summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 13:50:00 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-05 14:26:09 +0100
commitedefded33b0e0d86587430294dcf407557b3d588 (patch)
tree541e4e39de3c87a7e8fd75cfac60c45a3cbabf29 /dev-python/numpy/files
parentdev-python/oauthlib: Clean old up (diff)
downloadgentoo-edefded33b0e0d86587430294dcf407557b3d588.tar.gz
gentoo-edefded33b0e0d86587430294dcf407557b3d588.tar.bz2
gentoo-edefded33b0e0d86587430294dcf407557b3d588.zip
dev-python/numpy: Clean old up
Diffstat (limited to 'dev-python/numpy/files')
-rw-r--r--dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch b/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch
deleted file mode 100644
index 9a934cc2a40a..000000000000
--- a/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 61e9159569a601315b67c30b6e26bbb2149c0bfa
-Author: Benda Xu <heroxbd@gentoo.org>
-Date: Wed Feb 15 11:17:05 2017 +0900
-
- BUG: blas_info should record include_dirs
-
- blas specified in site.cfg could have non-standard include dirs.
- It should be read and saved in distutils/__config__.py
-
-PR: https://github.com/numpy/numpy/pull/8619
-
-diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
-index b8520ac..0fba865 100644
---- a/numpy/distutils/system_info.py
-+++ b/numpy/distutils/system_info.py
-@@ -1667,6 +1667,8 @@ class blas_info(system_info):
- info = self.check_libs(lib_dirs, blas_libs, [])
- if info is None:
- return
-+ else:
-+ info['include_dirs'] = self.get_include_dirs()
- if platform.system() == 'Windows':
- # The check for windows is needed because has_cblas uses the
- # same compiler that was used to compile Python and msvc is