Compiling numpy with lapack and atlas

Abhishek Roy fingerslip at yahoo.com
Sun Nov 12 02:17:32 EST 2006


Hello,
      I am trying to compile Numpy with lapack & atlas. In site.cfg I put,
[atlas]
library_dirs = /usr/local/lib/atlas/
atlas_libs = cblas, lapack, f77blas, atlas

and installation seems to go well. It says,
  FOUND:
    libraries = ['cblas', 'lapack', 'f77blas', 'atlas']
    library_dirs = ['/usr/local/lib/atlas/']
    language = c
    include_dirs = ['/usr/local/lib/atlas']
and the lines with gcc <something> -lcblas -llapack don't give an error. But
afterwards running,
$ ldd ~/numpy-1.0/build/lib.linux-i686-2.4/numpy/linalg/lapack_lite.so
linux-gate.so.1 =>  (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40238000)
libc.so.6 => /lib/libc.so.6 (0x4028b000)
/lib/ld-linux.so.2 (0x80000000)

which I think means libcblas and libatlas are not linked. Can someone tell me
what's going wrong here?

Thanks,
Abhishek

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-------------------------------------------------------------------------
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