Re: [Numpy-discussion] Compiling numpy with lapack and atlas

2006-11-12 Thread Abhishek Roy
--- Robert Kern <[EMAIL PROTECTED]> wrote: > Also add g2c to your library list, then. It is g77's FORTRAN runtime library Okay I put libg2c.a in the atlas directory and made the line in site.cfg, atlas_libs = lapack, f77blas, cblas, atlas, g2c Now numpy imports but numpy.linalg.test() as well as a

Re: [Numpy-discussion] Compiling numpy with lapack and atlas

2006-11-12 Thread Abhishek Roy
--- Robert Kern <[EMAIL PROTECTED]> 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 suggesti

[Numpy-discussion] Compiling numpy with lapack and atlas

2006-11-11 Thread Abhishek Roy
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 =