[Numpy-discussion] BLAS not found in numpy 1.0b4

Jonathan Taylor jonathan.taylor at utoronto.ca
Thu Aug 31 10:19:19 EDT 2006


When trying to install 1.0b4 I had trouble getting it to detect my
installed atlas.  This was because the shipped site.cfg had;

[atlas]
library_dirs = /usr/lib/atlas/3dnow/
atlas_libs = lapack, blas

but I had to change 3dnow to sse2 due to my current state of
pentiumness.  In any case it should probabally look in all the
possible locations instead of just AMD's location.

Cheers.
Jon.




More information about the NumPy-Discussion mailing list