From d302e76ac228eeed6798db6cb1ade367911fb430 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Thu, 18 Jan 2007 07:08:41 +0000 Subject: (Forgot to commit) * Migrate to gfortran. * Bump port revision. --- math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (limited to 'math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py') diff --git a/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py b/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py new file mode 100644 index 000000000000..9df2af8562a5 --- /dev/null +++ b/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py @@ -0,0 +1,11 @@ +--- numpy/distutils/fcompiler/gnu.py~ Mon Oct 9 16:46:59 2006 ++++ numpy/distutils/fcompiler/gnu.py Wed Jan 17 12:26:12 2007 +@@ -247,7 +247,7 @@ + # OS X: GNU Fortran 95 (GCC) 4.1.0 + # GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental) + +- for fc_exe in map(find_executable,['gfortran','f95']): ++ for fc_exe in map(find_executable,['gfortran','gfortran41','gfortran42','gfortran43','f95']): + if os.path.isfile(fc_exe): + break + executables = { -- cgit v1.2.3