From 4b23806482405b445e7e02ec6e3448d1277751de Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Wed, 21 Jul 2021 23:06:41 +0200 Subject: [PATCH] Specify gfortran executables for f2py3 --- src/options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.mk b/src/options.mk index a3dcb85..ec1a2ad 100644 --- a/src/options.mk +++ b/src/options.mk @@ -3,7 +3,7 @@ PYMAJ = 3 PYMIN = 6 FC = gfortran -F2PY = f2py3 +F2PY = f2py3 --f77exec=$(FC) --f90exec=$(FC) NO_VENV = 0 DEBUG = 0