Skip to content

Commit 9b5f039

Browse files
committed
BLD: Makefile: use f2py instead of f2py3
The alias f2py3 is provided by distributions, e.g. Debian, but the pypi package doesn't have that.
1 parent 90e8801 commit 9b5f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_ext_src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# See doc/ for more information on building the extension modules.
44

5-
F2PY=f2py3
5+
F2PY=f2py
66
F2PY_FLAGS=--opt='-O2' \
77
--f90exec=$(F90) \
88
--f77exec=$(F90) \

0 commit comments

Comments
 (0)