From: Hanno K. <kl...@ph...> - 2006-09-27 12:54:42
|
Thanks for the hint, that solved it! Hanno Charles R Harris <cha...@gm...> said: > ------=_Part_15501_7322175.1159288578594 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > On 9/26/06, Hanno Klemm <kl...@ph...> 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 |