From 7e9bec828e31369d9b6bab30ac86218bf3def70d Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 26 Oct 2021 08:50:47 +0800 Subject: math/py-numpy: Update to 1.20.3 PR: 259063 Reported by: wen@ Exp-run by: antoine@ --- math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py') 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 -- cgit v1.2.3