FYI, I got the following warning building numpy-1.0 from sources on a
FC2 box, using distribution provided blas and lapack rpm's.
$ rpm -q blas
blas-3.0-24.1
$ rpm -q lapack
lapack-3.0-24.1
$ python setup.py build > build.log
Running from numpy source directory.
/u/dalcinl/Build/Python/numpy-1.0/numpy/distutils/system_info.py:934:
UserWarning:
*********************************************************************
Lapack library (from ATLAS) is probably incomplete:
size of /usr/lib/liblapack.so is 3617k (expected >4000k)
Follow the instructions in the KNOWN PROBLEMS section of the file
numpy/INSTALL.txt.
*********************************************************************
warnings.warn(message)
My lapack shared library is only 3.6MB, But I believe it is complete.
Am I right?
$ ls -lh /usr/lib/liblapack.so.3.0.3
-rwxr-xr-x 1 root root 3.6M Mar 2 2004 /usr/lib/liblapack.so.3.0.3
--=20
Lisandro Dalc=EDn
---------------
Centro Internacional de M=E9todos Computacionales en Ingenier=EDa (CIMEC)
Instituto de Desarrollo Tecnol=F3gico para la Industria Qu=EDmica (INTEC)
Consejo Nacional de Investigaciones Cient=EDficas y T=E9cnicas (CONICET)
PTLC - G=FCemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
|