23 Sep
2013
23 Sep
'13
2:23 p.m.
On 09/23/2013 02:27 PM, Neal Becker wrote:
Does numpy/scipy support building with openblas for blas,lapack instead of atlas?
I have that working myself. I think it was simply a matter of using the configuration below; NumPy will think it is ATLAS, but that doesn't matter. Once NumPy is built with that configuration, just rebuild SciPy and it will use information from NumPy to link with the same... $ cat site.cfg [atlas] atlas_libs = openblas library_dirs = /mn/stornext/u2/dagss/opt/OpenBLAS.mt Dag Sverre