Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-09 Thread Stephan Tolksdorf
> > atlas_info: > ( library_dirs = /usr/local/lib:/usr/lib ) > ( paths: /usr/lib/atlas,/usr/lib/sse2 ) > looking libraries f77blas,cblas,atlas in /usr/local/lib but found None > looking libraries f77blas,cblas,atlas in /usr/local/lib but found None (.. more

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Fernando Perez
On 6/8/06, Simon Burton <[EMAIL PROTECTED]> wrote: > On Thu, 8 Jun 2006 16:48:27 -0600 > "Fernando Perez" <[EMAIL PROTECTED]> wrote: > > > > > In summary, I don't really know if this is actually finding what it > > wants or not, given the two messages. > > I just went through this on debian sarge w

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Simon Burton
On Thu, 8 Jun 2006 16:48:27 -0600 "Fernando Perez" <[EMAIL PROTECTED]> wrote: > > In summary, I don't really know if this is actually finding what it > wants or not, given the two messages. I just went through this on debian sarge which is similar. I put this in site.cgf: [atlas] library_dirs

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Fernando Perez
On 6/8/06, Dan Christensen <[EMAIL PROTECTED]> wrote: > I don't know if it's related, but I've found on my Debian system that > whenever I want to compile something that uses the atlas library, I > need to put -L/usr/lib/sse2 on the gcc line, even though everything > seems to indicate that the link

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Dan Christensen
I don't know if it's related, but I've found on my Debian system that whenever I want to compile something that uses the atlas library, I need to put -L/usr/lib/sse2 on the gcc line, even though everything seems to indicate that the linker has been told to look there already. It could be that Ubunt

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Fernando Perez
On 6/8/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > Agree; I'll look at it. Many thanks. I'm sorry not to help, but I have a really big fish to fry right now, and can't commit to the diversion this would mean. Cheers, f ___ Numpy-discussion mail

Re: [Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread David M. Cooke
On Thu, 8 Jun 2006 16:48:27 -0600 "Fernando Perez" <[EMAIL PROTECTED]> wrote: [snip] > I tried to fix it, but the call sequence in that code is convoluted > enough that after a few 'import traceback;traceback.print_stack()' > tries I sort of gave up. That code is rather (how can I say this > nic

[Numpy-discussion] Build questions, atlas, lapack...

2006-06-08 Thread Fernando Perez
Hi all, I'm starting the transition of a large code from Numeric to numpy, so I am now doing a fresh build with a lot more care than before, actually reading all the intermediate messages. I am a bit puzzled and could use some help. This is all on an ubuntu dapper box with the atlas-sse2 package