10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-08-08 05:20:17 +02:00
EZFIO/make.config

10 lines
204 B
Plaintext
Raw Normal View History

VERSION ?= 1.4.0
RANLIB ?= ranlib
IRPF90 ?= irpf90
CC ?= gcc
FC ?= gfortran -g -ffree-line-length-none -fPIC # -fopenmp
FCFLAGS ?= -fPIC
2020-11-13 17:14:55 +01:00
AR ?= ar crs
RANLIB ?= ranlib
2020-01-27 11:32:17 +01:00
PYTHON ?= python3