9 Jan 2003 09:42
Re: Question about ATLAS usage in SciPy
Pearu Peterson <pearu <at> cens.ioc.ee>
2003-01-09 08:42:09 GMT
2003-01-09 08:42:09 GMT
On Wed, 8 Jan 2003, Fernando Perez wrote: > I have a question concerning the use of atlas static libraries. I built > atlas on my system as per their standard instructions, resulting in a set > of static libraries (this is on a RedHat 8.0 machine). I put these in > /usr/local/lib, and ran ldconfig. > > When I start the scipy build, it correctly seems to detect atlas: > > root[scipy]# python setup.py build > atlas_info: > FOUND: > libraries = ['lapack', 'f77blas', 'cblas', 'atlas'] > library_dirs = ['/usr/local/lib'] > include_dirs = ['/usr/local/include'] > > /usr/bin/python > /usr/local/installers/python/scipy/scipy/linalg/setup_atlas_version.py > build_ext --inplace --force > /usr/bin/python -c "import atlas_version" > ATLAS version 3.4.1 > > > However, my system _also_ has dynamical versions of blas and lapack > provided by redhat in /usr/lib: > > root[lib]# ls /usr/lib/*blas*so* > /usr/lib/libblas.so <at> /usr/lib/libblas.so.3.0 <at> > /usr/lib/libgslcblas.so.0 <at>(Continue reading)
RSS Feed