summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-12-28 20:49:28 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 20:49:28 +0100
commit4b84ba18783dd035c8ce782ef3cfcc98022acf9c (patch)
tree8a89ff41074494b967f687df111158a3d820d93a
parentapp-crypt/argon2: Fix version for pkg-config file (diff)
downloadgentoo-4b84ba18.tar.gz
gentoo-4b84ba18.tar.bz2
gentoo-4b84ba18.zip
dev-python/numpy: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/14153 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/numpy/files/numpy-1.8.0-no-hardcode-blas.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/numpy/files/numpy-1.8.0-no-hardcode-blas.patch b/dev-python/numpy/files/numpy-1.8.0-no-hardcode-blas.patch
deleted file mode 100644
index eaf30dd8e130..000000000000
--- a/dev-python/numpy/files/numpy-1.8.0-no-hardcode-blas.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-patch to allow any blas (c or f77) to simulate the
-special treatment atlas libs have in numpy.
-2013: numpy.distutils still horrendous code
-
---- numpy/distutils/system_info.py.orig 2013-11-25 19:54:45.760217851 -0800
-+++ numpy/distutils/system_info.py 2013-11-25 20:00:26.575310888 -0800
-@@ -293,17 +293,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': openblas_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,