mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-11-19 04:22:25 +01:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
VERSION ?= 1.4.0
|
|
RANLIB ?= ranlib
|
|
IRPF90 ?= irpf90
|
|
CC ?= gcc
|
|
FC ?= gfortran -g -ffree-line-length-none -fPIC # -fopenmp
|
|
FCFLAGS ?= -fPIC
|
|
AR ?= ar
|
|
RANLIB ?= ranlib
|
|
PYTHON ?= python3
|