summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numpy/files/patch-numpy-f2py-f2py2e.py')
-rw-r--r--math/py-numpy/files/patch-numpy-f2py-f2py2e.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-numpy/files/patch-numpy-f2py-f2py2e.py b/math/py-numpy/files/patch-numpy-f2py-f2py2e.py
index 44715a1138a8..762edb7c74c7 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 2014-10-26 10:36:14.000000000 -0400
-+++ numpy/f2py/f2py2e.py 2014-12-11 07:52:11.000000000 -0500
-@@ -516,6 +516,7 @@
+--- numpy/f2py/f2py2e.py.orig 2019-01-31 02:31:08 UTC
++++ numpy/f2py/f2py2e.py
+@@ -599,6 +599,7 @@ def run_compile():
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,|-B|-f','',sources,remove_prefix=0)
undef_macros, sources = filter_files('-U', '', sources, remove_prefix=1)
define_macros, sources = filter_files('-D', '', sources, remove_prefix=1)
- using_numarray = 0
-@@ -551,6 +552,7 @@
+ for i in range(len(define_macros)):
+@@ -625,6 +626,7 @@ def run_compile():
'undef_macros': undef_macros,
'extra_objects': extra_objects,
'f2py_options': f2py_flags,