public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/numpy/files: numpy-1.9.0-no-hardcode-blas.patch
@ 2014-10-19 10:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-10-19 10:26 UTC (permalink / raw
  To: gentoo-commits

patrick     14/10/19 10:26:34

  Added:                numpy-1.9.0-no-hardcode-blas.patch
  Log:
  Bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  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.1&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.1&content-type=text/plain

Index: numpy-1.9.0-no-hardcode-blas.patch
===================================================================
--- 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
@@ -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,






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-19 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 10:26 [gentoo-commits] gentoo-x86 commit in dev-python/numpy/files: numpy-1.9.0-no-hardcode-blas.patch Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox