Specify gfortran executables for f2py3
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
df5c0de8b7
commit
4b23806482
|
@ -3,7 +3,7 @@ PYMAJ = 3
|
||||||
PYMIN = 6
|
PYMIN = 6
|
||||||
|
|
||||||
FC = gfortran
|
FC = gfortran
|
||||||
F2PY = f2py3
|
F2PY = f2py3 --f77exec=$(FC) --f90exec=$(FC)
|
||||||
|
|
||||||
NO_VENV = 0
|
NO_VENV = 0
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
|
|
Loading…
Reference in New Issue