Specify gfortran executables for f2py3
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sylvain Tricot 2021-07-21 23:06:41 +02:00
parent df5c0de8b7
commit 4b23806482
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PYMAJ = 3
PYMIN = 6
FC = gfortran
F2PY = f2py3
F2PY = f2py3 --f77exec=$(FC) --f90exec=$(FC)
NO_VENV = 0
DEBUG = 0