[Numpy-discussion] Building error with ATLAS

2012-05-22 Thread Magician
aries lapack_atlas not found in /usr/lib64/atlas > numpy.distutils.system_info.atlas_threads_info > Setting PTATLAS=ATLAS > Setting PTATLAS=ATLAS > FOUND: > libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas'] > librar

[Numpy-discussion] Building NumPy for Python on specified directory

2012-05-01 Thread Magician
Hi all, I'm now installing Python 2.7.3 and NumPy 1.6.1 on clean-installed CentOS 6.2. At first, I installed Python as below: > ./configure --prefix=/usr/local --enable-shared > make > make install > vi /etc/ld.so.conf #add /usr/local/lib > /sbin/ldconfig and successfully installed NumPy.