python-numpy: Update to 1.16.3

This commit is contained in:
peterbudai@hotmail.com
2019-05-01 20:44:01 +02:00
parent af0a541a6c
commit a10fbeda3d
7 changed files with 14 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
diff -urN numpy-1.13.0.orig/numpy/distutils/mingw32ccompiler.py numpy-1.13.0/numpy/distutils/mingw32ccompiler.py
--- numpy-1.13.0.orig/numpy/distutils/mingw32ccompiler.py 2015-11-12 20:04:51.000000000 +0000
+++ numpy-1.13.0/numpy/distutils/mingw32ccompiler.py 2016-01-02 03:35:27.818684200 +0000
@@ -98,22 +98,24 @@
@@ -97,22 +97,24 @@
elif self.linker_dll == 'gcc':
self.linker = 'g++'
@@ -43,7 +43,7 @@ diff -urN numpy-1.13.0.orig/numpy/distutils/mingw32ccompiler.py numpy-1.13.0/num
diff -urN numpy-1.10.2.orig/numpy/distutils/fcompiler/gnu.py numpy-1.10.2/numpy/distutils/fcompiler/gnu.py
--- numpy-1.10.2.orig/numpy/distutils/fcompiler/gnu.py 2015-11-12 20:04:51.000000000 +0000
+++ numpy-1.10.2/numpy/distutils/fcompiler/gnu.py 2016-01-02 03:36:30.528498700 +0000
@@ -101,7 +101,7 @@
@@ -108,7 +108,7 @@
pic_flags = ['-fPIC']
# use -mno-cygwin for g77 when Python is not Cygwin-Python