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

2006-08-31 Thread Charles R Harris
On 8/31/06, Christopher Barker <[EMAIL PROTECTED]> wrote: Jonathan Taylor wrote:> 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

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

2006-08-31 Thread Christopher Barker
Jonathan Taylor wrote: > 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 o

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

2006-08-31 Thread Jonathan Taylor
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 p