Re: [Numpy-discussion] ATLAS problems

2007-03-27 Thread Simon Burton
The last time I had this problem i ended up running python in gdb and setting breakpoints at the appropriate dgemm calls. That way i could see exactly what numpy was using to do dgemm. Simon. On Tue, 27 Mar 2007 10:20:41 +1000 "Justin Bedo" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying t

[Numpy-discussion] ATLAS problems

2007-03-26 Thread Justin Bedo
Hi All, I'm trying to compile NumPy using the ATLAS libraries but am having some difficulty with it. I've managed to build numpy such that lapack_lite.so is linked as follows: linux-gate.so.1 => (0xe000) libatlas.so => /usr/local/atlas/lib/libatlas.so (0xb79e9000) li