On 9/26/06, Hanno Klemm <[EMAIL PROTECTED]> wrote:

Hello,

I try to build numpy 1.0rc1 with blas and lapack installed in another
place than /usr/lib. I compiled blas and lapack according to the
instructions on the scipy webpage and installed them under
/scratch/python2.4/lib.

I set the environment variables
BLAS=/scratch/python2.4/lib/libfblas.a and
LAPACK=/scratch/python2.4/lib/libflapack.a

Try putting stuff in the site.cfg file. At one point I needed the following:

[atlas]
library_dirs = /usr/lib64/atlas
atlas_libs = lapack, blas, cblas, atlas
 
Chuck

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to