<div dir="ltr">Hi All,<div><br></div><div>I run Mac OS X 10.9.1 and was trying to get OpenBLAS working for numpy. I've downloaded the OpenBLAS source and compiled it (thanks to Olivier Grisel). I installed everything to /usr/local/lib (I believe): e.g. "ll /usr/local/lib/ | grep openblas"</div>








<div><br></div><div>







<p class="">lrwxr-xr-x   1 37B 10 Feb 14:51 libopenblas.a@ -> libopenblas_sandybridgep-r0.2.9.rc1.a<br>lrwxr-xr-x   1 56B 10 Feb 14:51 libopenblas.dylib@ -> /usr/local/lib/libopenblas_sandybridgep-r0.2.9.rc1.dylib<br>
-rw-r--r--   1 18M  7 Feb 16:02 libopenblas_sandybridgep-r0.2.9.rc1.a<br>-rwxr-xr-x   1 12M 10 Feb 14:51 libopenblas_sandybridgep-r0.2.9.rc1.dylib*</p><p class="">Then I download the numpy sources and add a site.cfg with the only three lines uncommented being:</p>
<p class="">[openblas]<br>libraries = openblas<br>library_dirs = /usr/local/lib<br>include_dirs = /usr/local/include</p><p class="">When I run python setup.py config I get message that say that openblas_info has been found. I then run setup build and setup install (into a virtualenv). In the virtualenv, when I then check what _dotblas.so is linked to, I keep getting that it is linked to Accelerate. E.g.</p>
<p class="">otool -L .../numpy/core/_dotblas.so => /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate<br></p><p class="">Any suggestions on getting my numpy working with OpenBLAS?</p><p class="">Thanks, Jurgen</p>








</div></div>