jlec        15/03/03 15:05:25

  Modified:             numpy-1.9.0-no-hardcode-blas.patch
  Added:                numpy-1.9.2-no-hardcode-blas.patch
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch

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
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
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

Index: numpy-1.9.0-no-hardcode-blas.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/numpy/files/numpy-1.9.0-no-hardcode-blas.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numpy-1.9.0-no-hardcode-blas.patch  19 Oct 2014 10:26:34 -0000      1.1
+++ numpy-1.9.0-no-hardcode-blas.patch  3 Mar 2015 15:05:25 -0000       1.2
@@ -1,5 +1,5 @@
 --- numpy/distutils/system_info.py      2014-09-07 08:57:47.000000000 +0000
-+++ numpy/distutils/system_info.py.new  2014-10-19 17:57:12.099448481 +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



1.1                  dev-python/numpy/files/numpy-1.9.2-no-hardcode-blas.patch

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
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

Index: numpy-1.9.2-no-hardcode-blas.patch
===================================================================
 numpy/distutils/system_info.py | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index a050430..d0878a5 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -303,26 +303,7 @@ def get_info(name, notfound_action=0):
       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
-          'atlas_3_10': atlas_3_10_info,  # use lapack_opt or blas_opt instead
-          'atlas_3_10_threads': atlas_3_10_threads_info,                # ditto
-          'atlas_3_10_blas': atlas_3_10_blas_info,
-          'atlas_3_10_blas_threads': atlas_3_10_blas_threads_info,
-          'lapack_atlas_3_10': lapack_atlas_3_10_info,  # use lapack_opt 
instead
-          'lapack_atlas_3_10_threads': lapack_atlas_3_10_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,




Reply via email to