mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-10-31 19:23:43 +01:00
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
VERSION ?= 2.0.7
|
|
RANLIB ?= ranlib
|
|
IRPF90 ?= irpf90
|
|
CC ?= gcc
|
|
FC ?= gfortran -g -ffree-line-length-none -fPIC # -fopenmp
|
|
FCFLAGS ?= -fPIC
|
|
ARCHIVE ?= ar crs
|
|
RANLIB ?= ranlib
|
|
PYTHON ?= python3
|