From 626b5d9e93d1cb8ba6c911fd5da4c6a1610d8553 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Thu, 13 Feb 2014 05:21:31 +0000 Subject: - update to 1.8.0 - clarify LICENSE (BSD3C) - suppor staging while here: - utilize PYTHON_PY3K_PLIST_HACK - install docs uncoditionally into stage area - convert LIB_DEPENDS to the new notation - sort packing list PR: 186677 Submitted by: Johannes Jost Meixner --- math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 index 35862e5dc671..bfcc57bc9145 100644 --- a/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py +++ b/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py @@ -1,6 +1,6 @@ --- numpy/distutils/fcompiler/gnu.py.orig 2007-11-07 16:05:14.000000000 -0600 +++ numpy/distutils/fcompiler/gnu.py 2008-04-07 13:54:56.000000000 -0500 -@@ -48,7 +48,7 @@ +@@ -66,7 +66,7 @@ # Redhat: GNU Fortran (GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) # GNU Fortran (GCC) 3.4.2 (mingw-special) @@ -9,7 +9,7 @@ executables = { 'version_cmd' : [None, "--version"], 'compiler_f77' : [None, "-g", "-Wall", "-fno-second-underscore"], -@@ -72,7 +72,7 @@ +@@ -90,7 +90,7 @@ for key in ['version_cmd', 'compiler_f77', 'linker_so', 'linker_exe']: executables[key].append('-mno-cygwin') @@ -18,7 +18,7 @@ suggested_f90_compiler = 'gnu95' -@@ -295,7 +295,7 @@ +@@ -249,7 +249,7 @@ # GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental) # GNU Fortran (GCC) 4.3.0 20070316 (experimental) -- cgit v1.2.3