Change the F2PY command
F2PY was 'f2py3', but it is now 'f2py' to ensure using the Fortran to Python builder of the current virtualenv.
This commit is contained in:
parent
a98fd58385
commit
7ee9269c32
|
@ -3,7 +3,7 @@ PYMAJ = 3
|
||||||
PYMIN = 5
|
PYMIN = 5
|
||||||
|
|
||||||
FC = gfortran
|
FC = gfortran
|
||||||
F2PY = f2py3 --f77exec=$(FC) --f90exec=$(FC)
|
F2PY = f2py --f77exec=$(FC) --f90exec=$(FC)
|
||||||
|
|
||||||
NO_VENV = 0
|
NO_VENV = 0
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
|
|
Loading…
Reference in New Issue