[Numpy-discussion] numpy 1.0rc1 has problems finding blas
Charles R Harris
charlesr.harris at gmail.com
Tue Sep 26 11:36:18 CDT 2006
On 9/26/06, Hanno Klemm <klemm at phys.ethz.ch> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20060926/64cc9a2d/attachment.html
More information about the Numpy-discussion
mailing list