summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-13 05:21:31 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-13 05:21:31 +0000
commit626b5d9e93d1cb8ba6c911fd5da4c6a1610d8553 (patch)
tree7011d38bc88f1ab279ec030faf7ee342ab57f44a /math/py-numpy/files/patch-numpy-f2py-f2py2e.py
parent- Create CC symlink (diff)
- 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 <xmj@chaot.net>
Notes
Notes: svn path=/head/; revision=344040
Diffstat (limited to 'math/py-numpy/files/patch-numpy-f2py-f2py2e.py')
-rw-r--r--math/py-numpy/files/patch-numpy-f2py-f2py2e.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/math/py-numpy/files/patch-numpy-f2py-f2py2e.py b/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
index 3dc094c82d60..babaadb0779b 100644
--- a/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
+++ b/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
@@ -1,14 +1,14 @@
--- numpy/f2py/f2py2e.py.orig 2012-01-25 06:59:14.651304791 -0600
+++ numpy/f2py/f2py2e.py 2012-01-25 07:00:58.475075133 -0600
-@@ -514,6 +514,7 @@
- include_dirs, sources = filter_files('-I','',sources,remove_prefix=1)
- library_dirs, sources = filter_files('-L','',sources,remove_prefix=1)
- libraries, sources = filter_files('-l','',sources,remove_prefix=1)
+@@ -520,6 +520,7 @@
+ include_dirs, sources = filter_files('-I', '', sources, remove_prefix=1)
+ library_dirs, sources = filter_files('-L', '', sources, remove_prefix=1)
+ libraries, sources = filter_files('-l', '', sources, remove_prefix=1)
+ extra_link_args, sources = filter_files('-Wl,','',sources,remove_prefix=0)
- undef_macros, sources = filter_files('-U','',sources,remove_prefix=1)
- define_macros, sources = filter_files('-D','',sources,remove_prefix=1)
+ undef_macros, sources = filter_files('-U', '', sources, remove_prefix=1)
+ define_macros, sources = filter_files('-D', '', sources, remove_prefix=1)
using_numarray = 0
-@@ -549,6 +550,7 @@
+@@ -555,6 +556,7 @@
'undef_macros': undef_macros,
'extra_objects': extra_objects,
'f2py_options': f2py_flags,