[Numpy-discussion] build problem on RHE3 machine

David M. Cooke cookedm at physics.mcmaster.ca
Fri May 25 09:44:25 EDT 2007


On Fri, May 25, 2007 at 08:27:47AM -0400, Christopher Hanley wrote:
> Good Morning,
> 
> When attempting to do my daily numpy build from svn I now receive the 
> following error.  I am a Redhat Enterprise 3 Machine running Python 2.5.1.
> 
>    libraries lapack_atlas not found in /usr/local/lib
>    libraries f77blas,cblas,atlas not found in /usr/lib
>    libraries lapack_atlas not found in /usr/lib
> numpy.distutils.system_info.atlas_info
>    NOT AVAILABLE
> 
> /data/sparty1/dev/numpy/numpy/distutils/system_info.py:1221: UserWarning:
>      Atlas (http://math-atlas.sourceforge.net/) libraries not found.
>      Directories to search for the libraries can be specified in the
>      numpy/distutils/site.cfg file (section [atlas]) or by setting
>      the ATLAS environment variable.
>    warnings.warn(AtlasNotFoundError.__doc__)
> lapack_info:
>    libraries lapack not found in /usr/stsci/pyssgdev/Python-2.5.1/lib
>    libraries lapack not found in /usr/local/lib
>    FOUND:
>      libraries = ['lapack']
>      library_dirs = ['/usr/lib']
>      language = f77
> 
>    FOUND:
>      libraries = ['lapack', 'blas']
>      library_dirs = ['/usr/lib']
>      define_macros = [('NO_ATLAS_INFO', 1)]
>      language = f77
> 
> running install
> running build
> running config_cc
> unifing config_cc, config, build_clib, build_ext, build commands 
> --compiler options
> running config_fc
> unifing config_fc, config, build_clib, build_ext, build commands 
> --fcompiler options
> running build_src
> building py_modules sources
> creating build
> creating build/src.linux-i686-2.5
> creating build/src.linux-i686-2.5/numpy
> creating build/src.linux-i686-2.5/numpy/distutils
> building extension "numpy.core.multiarray" sources
> creating build/src.linux-i686-2.5/numpy/core
> Generating build/src.linux-i686-2.5/numpy/core/config.h
> customize GnuFCompiler
> customize IntelFCompiler
> Could not locate executable ifort
> Could not locate executable ifc
> customize LaheyFCompiler
> Could not locate executable lf95
> customize PGroupFCompiler
> Could not locate executable pgf90
> customize AbsoftFCompiler
> Could not locate executable f90
> customize NAGFCompiler
> Could not locate executable f95
> customize VastFCompiler
> customize GnuFCompiler
> customize CompaqFCompiler
> Could not locate executable fort
> customize IntelItaniumFCompiler
> Could not locate executable ifort
> Could not locate executable efort
> Could not locate executable efc
> customize IntelEM64TFCompiler
> Could not locate executable ifort
> Could not locate executable efort
> Could not locate executable efc
> customize Gnu95FCompiler
> Could not locate executable gfortran
> Could not locate executable f95
> customize G95FCompiler
> Could not locate executable g95
> error: don't know how to compile Fortran code on platform 'posix'
> 
> This problem is new this morning.

Hmm, my fault. I'll have a look.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca



More information about the NumPy-Discussion mailing list