10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-08-08 05:20:17 +02:00
EZFIO/make.config
Anthony Scemama 7e6be9ab45 Python3.
Version:2.0.0

Version:2.0.1
2020-01-27 20:10:12 +01:00

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