Closed 2sn closed 1 year ago
in my f2py codes I usually use the following flags:
f2py
F90 = gfortran -c -Ofast -fno-finite-math-only -fPIC -Wall
Can Meson be convinced to use these if the Fortran compiler is gfortran?
gfortran
in my
f2py
codes I usually use the following flags:Can Meson be convinced to use these if the Fortran compiler is
gfortran
?