Skip to content

Commit

Permalink
BLD: Makefile: use f2py instead of f2py3
Browse files Browse the repository at this point in the history
The alias f2py3 is provided by distributions, e.g. Debian, but the pypi
package doesn't have that.
  • Loading branch information
elcorto committed Jul 7, 2024
1 parent 90e8801 commit 9b5f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_ext_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# See doc/ for more information on building the extension modules.

F2PY=f2py3
F2PY=f2py
F2PY_FLAGS=--opt='-O2' \
--f90exec=$(F90) \
--f77exec=$(F90) \
Expand Down

0 comments on commit 9b5f039

Please sign in to comment.