[Numpy-discussion] Multi-distribution Linux wheels - please test

Nadav Horesh nadavh at visionsense.com
Mon Feb 8 01:09:56 EST 2016


Thank you fo reminding me, it is OK now: 
$ python -c 'import numpy; print(numpy.__config__.show())'

lapack_opt_info:
    library_dirs = ['/usr/local/lib']
    language = c
    libraries = ['openblas']
    define_macros = [('HAVE_CBLAS', None)]
blas_mkl_info:
  NOT AVAILABLE
openblas_info:
    library_dirs = ['/usr/local/lib']
    language = c
    libraries = ['openblas']
    define_macros = [('HAVE_CBLAS', None)]
openblas_lapack_info:
    library_dirs = ['/usr/local/lib']
    language = c
    libraries = ['openblas']
    define_macros = [('HAVE_CBLAS', None)]
blas_opt_info:
    library_dirs = ['/usr/local/lib']
    language = c
    libraries = ['openblas']
    define_macros = [('HAVE_CBLAS', None)]
None

I updated openblas to the latest version (0.2.15) and it pass the tests

  Nadav.
________________________________________
From: NumPy-Discussion <numpy-discussion-bounces at scipy.org> on behalf of Matthew Brett <matthew.brett at gmail.com>
Sent: 08 February 2016 01:33
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] Multi-distribution Linux wheels - please test

Hi,

On Sun, Feb 7, 2016 at 2:06 AM, Nadav Horesh <nadavh at visionsense.com> wrote:
> The reult tests of numpy 1.10.4 installed from source:
>
> OK (KNOWNFAIL=4, SKIP=6)
>
>
> I think I use openblas, as it is installed instead the normal blas/cblas.

Thanks again for the further tests.

What do you get for:

python -c 'import numpy; print(numpy.__config__.show())'

Matthew
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion at scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion



More information about the NumPy-Discussion mailing list