summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-system_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numpy/files/patch-system_info.py')
-rw-r--r--math/py-numpy/files/patch-system_info.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-numpy/files/patch-system_info.py b/math/py-numpy/files/patch-system_info.py
deleted file mode 100644
index 8e0eb1361b68..000000000000
--- a/math/py-numpy/files/patch-system_info.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- numpy/distutils/system_info.py.orig Thu Jul 27 19:44:41 2006
-+++ numpy/distutils/system_info.py Thu Jul 27 19:39:18 2006
-@@ -811,7 +811,7 @@
- dir_env_var = 'ATLAS'
- _lib_names = ['f77blas','cblas']
- if sys.platform[:7]=='freebsd':
-- _lib_atlas = ['atlas_r']
-+ _lib_atlas = ['atlas_r', 'g2c']
- _lib_lapack = ['alapack_r']
- else:
- _lib_atlas = ['atlas']