Compiling numpy with lapack and atlas
Robert Kern
robert.kern at gmail.com
Sun Nov 12 17:13:25 CST 2006
Abhishek Roy wrote:
> --- Robert Kern <robert.kern at gmail.com> wrote:
>> Are your ATLAS libraries shared or static (i.e., are they libatlas.so or
>> libatlas.a)? ldd(1) only lists the shared libraries that are linked. ATLAS is
>> usually installed as static libraries.
> They are static. Thanks, I was mindlessly copying a suggestion I saw elsewhere.
>
>> Does that module import?
> I got,
> ImportError: /usr/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so:
> undefined symbol: s_cat
Also add g2c to your library list, then. It is g77's FORTRAN runtime library.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
More information about the Numpy-discussion
mailing list