[Numpy-discussion] unsuccessful install on 64bit machine

Jose Borreguero borreguero at gmail.com
Fri Feb 24 15:23:02 EST 2006


While installing numpy under a non-conventional directory:
 *python setup.py install --prefix==/gpfs1/active/jose/code/python
*I get two classes of warnings:

(1) blas_mkl_info:
/tmp/numpy-0.9.5/numpy/distutils/system_info.py:531: UserWarning: Library
error: libs=['mkl', 'vml', 'guide'] found_libs=[]
  warnings.warn("Library error: libs=%s found_libs=%s" % \
  NOT AVAILABLE
(and others warnings similar to this)

(2)numpy.core - nothing done with h_files=
['build/src/numpy/core/src/scalartypes.inc',
'build/src/numpy/core/src/arraytypes.inc', 'build/src/numpy/core/config.h',
'build/src/numpy/core/__multiarray_api.h']
(and others warnings similar to this)

I created a very simple site.cfg file under numpy/distutils, which goes like
this
[blas]
library_dirs = /usr/lib64
[lapack]
library_dirs = /usr/lib64

I have no Atlas library installed in the system.
My compiler: gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)  (I also have pg
compilers)

After setup.py has run, I have no
*/gpfs1/active/jose/code/python/lib64/python2.3/site-packages/numpy
*created. So numpy is not installed.
Any ideas, please?
--
Jose M. Borreguero
jmborr at gatech.edu,  www.borreguero.com
phone: 404 407 8980 Fax: 404 385 7478
Center for the Study of Systems Biology,
School of Biology,
Georgia Institute of Technology,
250 14St NW,
Atlanta GA 30318
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060224/5bc9493f/attachment.html>


More information about the NumPy-Discussion mailing list