10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-10-04 23:36:16 +02:00
EZFIO/make.config

10 lines
193 B
Plaintext
Raw Normal View History

2020-12-06 21:18:12 +01:00
VERSION ?= 2.0.7
RANLIB ?= ranlib
IRPF90 ?= irpf90
CC ?= gcc
FC ?= gfortran -g -ffree-line-length-none -fPIC
FCFLAGS ?= -fPIC
2020-12-06 21:18:12 +01:00
ARCHIVE ?= ar crs
RANLIB ?= ranlib
2020-01-27 11:32:17 +01:00
PYTHON ?= python3