mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-11-07 06:33:44 +01:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
VERSION ?= 2.0.7
|
|
RANLIB ?= ranlib
|
|
IRPF90 ?= irpf90
|
|
CC ?= gcc
|
|
FC ?= gfortran -g -ffree-line-length-none -fPIC
|
|
FCFLAGS ?= -fPIC
|
|
ARCHIVE ?= ar crs
|
|
RANLIB ?= ranlib
|
|
PYTHON ?= python3
|