summaryrefslogtreecommitdiff
path: root/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-01 13:19:13 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-02 12:47:12 +0100
commit2f57f57288c94fef144ad67dc26e88fe3d455d04 (patch)
tree9eb73ce03c30b177e0d6367f7a45a1d62e2d9132 /dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch
parent276305ee732cc02cd71d925de6db2e71a8e298c3 (diff)
downloadgentoo-2f57f57288c94fef144ad67dc26e88fe3d455d04.tar.gz
gentoo-2f57f57288c94fef144ad67dc26e88fe3d455d04.tar.bz2
gentoo-2f57f57288c94fef144ad67dc26e88fe3d455d04.zip
dev-python/numpy: Drop old
obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=450886 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=463422 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=469116 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=519984 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch')
-rw-r--r--dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch b/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch
deleted file mode 100644
index 128ea1391dda..000000000000
--- a/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- numpy/distutils/system_info.py 2014-09-07 08:57:47.000000000 +0000
-+++ numpy/distutils/system_info.py 2014-10-19 17:57:12.099448481 +0000
-@@ -296,20 +296,7 @@
- 1 - display warning message
- 2 - raise error
- """
-- cl = {'atlas': atlas_info, # use lapack_opt or blas_opt instead
-- 'atlas_threads': atlas_threads_info, # ditto
-- 'atlas_blas': atlas_blas_info,
-- 'atlas_blas_threads': atlas_blas_threads_info,
-- 'lapack_atlas': lapack_atlas_info, # use lapack_opt instead
-- 'lapack_atlas_threads': lapack_atlas_threads_info, # ditto
-- 'mkl': mkl_info,
-- # openblas which may or may not have embedded lapack
-- 'openblas': openblas_info, # use blas_opt instead
-- # openblas with embedded lapack
-- 'openblas_lapack': openblas_lapack_info, # use blas_opt instead
-- 'lapack_mkl': lapack_mkl_info, # use lapack_opt instead
-- 'blas_mkl': blas_mkl_info, # use blas_opt instead
-- 'x11': x11_info,
-+ cl = {'x11': x11_info,
- 'fft_opt': fft_opt_info,
- 'fftw': fftw_info,
- 'fftw2': fftw2_info,
-