On Sun, Feb 7, 2016 at 10:09 PM, Nadav Horesh <nad...@visionsense.com> wrote:
> 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

Oh dear - now I'm confused.  So you installed the wheel, and tested
it, and it gave a test failure.  Then you updated openblas using
pacman, and then reran the tests against the wheel numpy, and they
passed?  That's a bit frightening - the wheel should only see its own
copy of openblas...

Thans for persisting,

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

Reply via email to