[Numpy-discussion] site.cfg doesnt function?

2008-04-07 Thread Nadav Horesh
I checked out numpy from svn few hours ago, and created a site.cfg following site.cfg.example. During the build process I am getting an warning that unoptimized lapack in being used. Machine: dual core amd64 running gentoo linux. Relevant packages: python 2.5.1, blas-atlas-3.8.0,

Re: [Numpy-discussion] site.cfg doesnt function?

2008-04-07 Thread Andreas Klöckner
Hi Nadav, On Montag 07 April 2008, Nadav Horesh wrote: [snip] Try something like this: [atlas] library_dirs = /users/kloeckner/mach/x86_64/pool/lib,/usr/lib atlas_libs = lapack, f77blas, cblas, atlas Andreas signature.asc Description: This is a digitally signed message part.

Re: [Numpy-discussion] site.cfg doesnt function?

2008-04-07 Thread Nadav Horesh
. -הודעה מקורית- מאת: [EMAIL PROTECTED] בשם Andreas Kl?ckner נשלח: ב 07-אפריל-08 21:56 אל: Discussion of Numerical Python נושא: Re: [Numpy-discussion] site.cfg doesnt function? Hi Nadav, On Montag 07 April 2008, Nadav Horesh wrote: [snip] Try something like this: [atlas] library_dirs

Re: [Numpy-discussion] site.cfg doesnt function?

2008-04-07 Thread Sebastien Binet
Nadav, [ALL] library_dirs = /usr/lib64/lapack/atlas:/usr/lib64/blas/threaded-atlas:/usr/lib include_dirs = /usr/include/atlas:/usr/include I believe (contrary to my 'unix' intuition) that you should replace the colons by commas. ie: include_dirs = /usr/include/atlas,/usr/include library_dirs