help installing numpy1.0 on sgi irix

IV ivan.vinogradov at gmail.com
Tue Nov 7 10:37:32 EST 2006


Dear All,

has anyone successfully install numpy-1.0 on irix 6.5?

The GCC is 3.3 and is the latest from freeware.sgi.com.
Building gcc 4.1.1 from source did not work for me, and I am afraid to
force it.

Latest Python 2.5 installed fine from source.

Numpy gives this error(s):
$ python setup.py install
Running from numpy source directory.
F2PY Version 2_3396
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in /usr/local/lib
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries lapack,blas not found in /usr/local/lib
  NOT AVAILABLE

atlas_blas_info:
  libraries lapack,blas not found in /usr/local/lib
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1301:
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__)
blas_info:
  libraries blas not found in /usr/local/lib
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1310:
UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1313:
UserWarning:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  warnings.warn(BlasSrcNotFoundError.__doc__)
  NOT AVAILABLE

lapack_opt_info:
lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in /usr/local/lib
  NOT AVAILABLE

  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries lapack,blas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
numpy.distutils.system_info.atlas_threads_info
  NOT AVAILABLE

atlas_info:
  libraries lapack,blas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
numpy.distutils.system_info.atlas_info
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1210:
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/local/lib
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1221:
UserWarning:
    Lapack (http://www.netlib.org/lapack/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [lapack]) or by setting
    the LAPACK environment variable.
  warnings.warn(LapackNotFoundError.__doc__)
lapack_src_info:
  NOT AVAILABLE

/usr/people/ivan/numpy-1.0/numpy/distutils/system_info.py:1224:
UserWarning:
    Lapack (http://www.netlib.org/lapack/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [lapack_src]) or by setting
    the LAPACK_SRC environment variable.
  warnings.warn(LapackSrcNotFoundError.__doc__)
  NOT AVAILABLE

running install
running build
running config_fc
running build_src
building py_modules sources
building extension "numpy.core.multiarray" sources
Generating build/src.irix64-6.5-2.5/numpy/core/config.h
customize MipsFCompiler
customize MipsFCompiler
customize MipsFCompiler using config
C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -shared

compile options: '-I/usr/local/include/python2.5 -Inumpy/core/src
-Inumpy/core/include -I/usr/local/include/python2.5 -c'
gcc: _configtest.c
gcc _configtest.o -L/usr/local/lib -L/usr/lib -o _configtest
ld32: FATAL   12 : Expecting n32 objects: /usr/lib/libc.so is o32.
collect2: ld returned 4 exit status
ld32: FATAL   12 : Expecting n32 objects: /usr/lib/libc.so is o32.
collect2: ld returned 4 exit status
failure.
removing: _configtest.c _configtest.o
numpy/core/setup.py:50: DeprecationWarning: raising a string exception
is deprecated
  raise "ERROR: Failed to test configuration"
Traceback (most recent call last):
  File "setup.py", line 89, in <module>
    setup_package()
  File "setup.py", line 82, in setup_package
    configuration=configuration )
  File "/usr/people/ivan/numpy-1.0/numpy/distutils/core.py", line 174,
in setup
    return old_setup(**new_attr)
  File "/usr/local/lib/python2.5/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/local/lib/python2.5/distutils/dist.py", line 974, in
run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
    cmd_obj.run()
  File "/usr/people/ivan/numpy-1.0/numpy/distutils/command/install.py",
line 16, in run
    r = old_install.run(self)
  File "/usr/local/lib/python2.5/distutils/command/install.py", line
506, in run
    self.run_command('build')
  File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in
run_command
    self.distribution.run_command(command)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
    cmd_obj.run()
  File "/usr/local/lib/python2.5/distutils/command/build.py", line 112,
in run
    self.run_command(cmd_name)
  File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in
run_command
    self.distribution.run_command(command)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
    cmd_obj.run()
  File
"/usr/people/ivan/numpy-1.0/numpy/distutils/command/build_src.py", line
87, in run
    self.build_sources()
  File
"/usr/people/ivan/numpy-1.0/numpy/distutils/command/build_src.py", line
106, in build_sources
    self.build_extension_sources(ext)
  File
"/usr/people/ivan/numpy-1.0/numpy/distutils/command/build_src.py", line
212, in build_extension_sources
    sources = self.generate_sources(sources, ext)
  File
"/usr/people/ivan/numpy-1.0/numpy/distutils/command/build_src.py", line
270, in generate_sources
    source = func(extension, build_dir)
  File "numpy/core/setup.py", line 50, in generate_config_h
    raise "ERROR: Failed to test configuration"
ERROR: Failed to test configuration 


Please advise :)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642




More information about the NumPy-Discussion mailing list