--- 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
Abhishek Roy wrote:
> --- 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 mi
--- 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
I see you're on linux. If this is Fedora, atlas (and the other libaries)
are available from standard repos (core + extras)
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly wi
Abhishek Roy wrote:
> 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', '
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 =