Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/files/
Date: Sat, 28 Dec 2019 19:49:42
Message-Id: 1577562568.4b84ba18783dd035c8ce782ef3cfcc98022acf9c.soap@gentoo
1 commit: 4b84ba18783dd035c8ce782ef3cfcc98022acf9c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 28 19:49:28 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 19:49:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b84ba18
7
8 dev-python/numpy: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/14153
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 .../numpy/files/numpy-1.8.0-no-hardcode-blas.patch | 25 ----------------------
15 1 file changed, 25 deletions(-)
16
17 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
18 deleted file mode 100644
19 index eaf30dd8e13..00000000000
20 --- a/dev-python/numpy/files/numpy-1.8.0-no-hardcode-blas.patch
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -patch to allow any blas (c or f77) to simulate the
24 -special treatment atlas libs have in numpy.
25 -2013: numpy.distutils still horrendous code
26 -
27 ---- numpy/distutils/system_info.py.orig 2013-11-25 19:54:45.760217851 -0800
28 -+++ numpy/distutils/system_info.py 2013-11-25 20:00:26.575310888 -0800
29 -@@ -293,17 +293,7 @@
30 - 1 - display warning message
31 - 2 - raise error
32 - """
33 -- cl = {'atlas': atlas_info, # use lapack_opt or blas_opt instead
34 -- 'atlas_threads': atlas_threads_info, # ditto
35 -- 'atlas_blas': atlas_blas_info,
36 -- 'atlas_blas_threads': atlas_blas_threads_info,
37 -- 'lapack_atlas': lapack_atlas_info, # use lapack_opt instead
38 -- 'lapack_atlas_threads': lapack_atlas_threads_info, # ditto
39 -- 'mkl': mkl_info,
40 -- 'openblas': openblas_info, # use blas_opt instead
41 -- 'lapack_mkl': lapack_mkl_info, # use lapack_opt instead
42 -- 'blas_mkl': blas_mkl_info, # use blas_opt instead
43 -- 'x11': x11_info,
44 -+ cl = {'x11': x11_info,
45 - 'fft_opt': fft_opt_info,
46 - 'fftw': fftw_info,
47 - 'fftw2': fftw2_info,