diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:50:47 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:50:47 +0800 |
commit | 7e9bec828e31369d9b6bab30ac86218bf3def70d (patch) | |
tree | 369f43eb75b80bc3852a97c95b893b2321727a62 /math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py | |
parent | net/p5-URI: Update to 5.10 (diff) |
math/py-numpy: Update to 1.20.3
PR: 259063
Reported by: wen@
Exp-run by: antoine@
Diffstat (limited to 'math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py')
-rw-r--r-- | math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py b/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py index 4c52b846e1b4..63c4d24b2f9b 100644 --- a/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py +++ b/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py @@ -1,6 +1,6 @@ ---- numpy/distutils/fcompiler/__init__.py.orig 2019-01-31 02:31:08 UTC +--- numpy/distutils/fcompiler/__init__.py.orig 2021-05-09 10:38:00 UTC +++ numpy/distutils/fcompiler/__init__.py -@@ -177,7 +177,7 @@ class FCompiler(CCompiler): +@@ -171,7 +171,7 @@ class FCompiler(CCompiler): # gnu95 compiler type when there are F90 sources. suggested_f90_compiler = None |