Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy/files: numpy-1.9.2-no-hardcode-blas.patch numpy-1.9.0-no-hardcode-blas.patch
Date: Tue, 03 Mar 2015 15:05:30
Message-Id: 20150303150525.1E24812F53@oystercatcher.gentoo.org
1 jlec 15/03/03 15:05:25
2
3 Modified: numpy-1.9.0-no-hardcode-blas.patch
4 Added: numpy-1.9.2-no-hardcode-blas.patch
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch?r1=1.1&r2=1.2
16
17 Index: numpy-1.9.0-no-hardcode-blas.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- numpy-1.9.0-no-hardcode-blas.patch 19 Oct 2014 10:26:34 -0000 1.1
24 +++ numpy-1.9.0-no-hardcode-blas.patch 3 Mar 2015 15:05:25 -0000 1.2
25 @@ -1,5 +1,5 @@
26 --- numpy/distutils/system_info.py 2014-09-07 08:57:47.000000000 +0000
27 -+++ numpy/distutils/system_info.py.new 2014-10-19 17:57:12.099448481 +0000
28 ++++ numpy/distutils/system_info.py 2014-10-19 17:57:12.099448481 +0000
29 @@ -296,20 +296,7 @@
30 1 - display warning message
31 2 - raise error
32
33
34
35 1.1 dev-python/numpy/files/numpy-1.9.2-no-hardcode-blas.patch
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/files/numpy-1.9.2-no-hardcode-blas.patch?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/files/numpy-1.9.2-no-hardcode-blas.patch?rev=1.1&content-type=text/plain
39
40 Index: numpy-1.9.2-no-hardcode-blas.patch
41 ===================================================================
42 numpy/distutils/system_info.py | 21 +--------------------
43 1 file changed, 1 insertion(+), 20 deletions(-)
44
45 diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
46 index a050430..d0878a5 100644
47 --- a/numpy/distutils/system_info.py
48 +++ b/numpy/distutils/system_info.py
49 @@ -303,26 +303,7 @@ def get_info(name, notfound_action=0):
50 1 - display warning message
51 2 - raise error
52 """
53 - cl = {'atlas': atlas_info, # use lapack_opt or blas_opt instead
54 - 'atlas_threads': atlas_threads_info, # ditto
55 - 'atlas_blas': atlas_blas_info,
56 - 'atlas_blas_threads': atlas_blas_threads_info,
57 - 'lapack_atlas': lapack_atlas_info, # use lapack_opt instead
58 - 'lapack_atlas_threads': lapack_atlas_threads_info, # ditto
59 - 'atlas_3_10': atlas_3_10_info, # use lapack_opt or blas_opt instead
60 - 'atlas_3_10_threads': atlas_3_10_threads_info, # ditto
61 - 'atlas_3_10_blas': atlas_3_10_blas_info,
62 - 'atlas_3_10_blas_threads': atlas_3_10_blas_threads_info,
63 - 'lapack_atlas_3_10': lapack_atlas_3_10_info, # use lapack_opt instead
64 - 'lapack_atlas_3_10_threads': lapack_atlas_3_10_threads_info, # ditto
65 - 'mkl': mkl_info,
66 - # openblas which may or may not have embedded lapack
67 - 'openblas': openblas_info, # use blas_opt instead
68 - # openblas with embedded lapack
69 - 'openblas_lapack': openblas_lapack_info, # use blas_opt instead
70 - 'lapack_mkl': lapack_mkl_info, # use lapack_opt instead
71 - 'blas_mkl': blas_mkl_info, # use blas_opt instead
72 - 'x11': x11_info,
73 + cl = {'x11': x11_info,
74 'fft_opt': fft_opt_info,
75 'fftw': fftw_info,
76 'fftw2': fftw2_info,