<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 6 February 2016 at 21:26, Matthew Brett <span dir="ltr"><<a href="mailto:matthew.brett@gmail.com" target="_blank">matthew.brett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
pip install -f <a href="https://nipy.bic.berkeley.edu/manylinux" rel="noreferrer" target="_blank">https://nipy.bic.berkeley.edu/manylinux</a> numpy scipy<br>
python -c 'import numpy; numpy.test()'<br>
python -c 'import scipy; scipy.test()'<br>
</blockquote></div><br><br></div><div class="gmail_extra">All the tests pass on my Fedora 23 with Python 2.7, but it seems to be linking to the system openblas:<br><br>numpy.show_config()<br>lapack_opt_info:<br> libraries = ['openblas']<br> library_dirs = ['/usr/local/lib']<br> define_macros = [('HAVE_CBLAS', None)]<br> language = c<br>blas_opt_info:<br> libraries = ['openblas']<br> library_dirs = ['/usr/local/lib']<br> define_macros = [('HAVE_CBLAS', None)]<br> language = c<br>openblas_info:<br> libraries = ['openblas']<br> library_dirs = ['/usr/local/lib']<br> define_macros = [('HAVE_CBLAS', None)]<br> language = c<br>openblas_lapack_info:<br> libraries = ['openblas']<br> library_dirs = ['/usr/local/lib']<br> define_macros = [('HAVE_CBLAS', None)]<br> language = c<br>blas_mkl_info:<br> NOT AVAILABLE<br><br></div><div class="gmail_extra">I can also reproduce Ogrisel's segfault.<br></div><div class="gmail_extra"><br><br></div></div>