[Numpy-discussion] FW: RE: Linux numpy 1.0.1 install failed

Gong, Shawn (Contractor) Shawn.Gong at drdc-rddc.gc.ca
Tue May 22 10:00:23 EDT 2007


Hi Robert,

I used exactly your text in site.cfg. The out.txt seems to get the
lib_dir, but "import numpy" in python stills gives error.

Please see the attached files.
Should I ask system guys to move the libs to /usr/lib so I don't have to
fight with site.cfg ?

Thanks,
Shawn


-----Original Message-----
From: numpy-discussion-bounces at scipy.org
[mailto:numpy-discussion-bounces at scipy.org] On Behalf Of Robert Kern
Sent: Friday, May 18, 2007 5:56 PM
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] FW: RE: Linux numpy 1.0.1 install failed

Gong, Shawn (Contractor) wrote:
> 
> Hi Robert,
> 
> I added ref to site.cfg, but still getting the same error message: see
> "out.txt" file.
> 
> It seems that install can't find the libraries in
/usr/local/lib/atlas/
> (see the "out.txt" file Line 14: libraries lapack,blas not found in
> /usr/local/lib/atlas)

Delete your [atlas] section entirely. It is wrong. Follow the
instructions in
the example. To make this clear, use exactly the following text in your
site.cfg:

[blas_opt]
library_dirs = /usr/local/lib/atlas
libraries = f77blas, cblas, atlas

[lapack_opt]
library_dirs = /usr/local/lib/atlas
libraries = lapack, f77blas, cblas, atlas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: site.cfg
Type: application/octet-stream
Size: 175 bytes
Desc: site.cfg
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070522/911e06e9/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: out.zip
Type: application/x-zip-compressed
Size: 9270 bytes
Desc: out.zip
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070522/911e06e9/attachment.bin>


More information about the NumPy-Discussion mailing list