EZFIO/make.config

10 lines
200 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
AR ?= ar
RANLIB ?= ranlib
2020-01-27 11:32:17 +01:00
PYTHON ?= python3