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:
Sylvain Tricot 2025-02-26 11:12:54 +01:00
parent a98fd58385
commit 7ee9269c32
1 changed files with 1 additions and 1 deletions

View File

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