Hi,

A patched version of numpy-1.3.0 seems to build and install On Open Solaris 
06/09

real    0m46.014s
user    0m41.791s
sys     0m2.656s
Successfully installed numpy-1.3.0.p3
You can safely delete the temporary build directory
/export/home/jaap/sage_port/sage-4.3.1.rc0/spkg/build/numpy-1.3.0.p3
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing numpy-1.3.0.p3.spkg
-bash-3.2$


But importing numpy in python fails:

Finished installing numpy-1.3.0.p3.spkg
j...@opensolaris:~/Downloads/sage-4.3.1.rc0$ ./sage -python
Python 2.6.2 (r262:71600, Jan 16 2010, 14:09:26)
[GCC 4.3.4] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/__init__.py",
 line 130, in <module>
    import add_newdocs
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/add_newdocs.py",
 line 9, in <module>
    from lib import add_newdoc
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/lib/__init__.py",
 line 13, in <module>
    from polynomial import *
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/lib/polynomial.py",
 line 18, in <module>
    from numpy.linalg import eigvals, lstsq
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/linalg/__init__.py",
 line 47, in <module>
    from linalg import *
  File 
"/export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/linalg/linalg.py",
 line 22, in <module>
    from numpy.linalg import lapack_lite
ImportError: ld.so.1: python: fatal: relocation error: file /export/home/jaap/Downloads/sage-4.3.1.rc0/local/lib/python2.6/site-packages/numpy/linalg/lapack_lite.so: symbol zungqr_: referenced symbol not found
>>>
j...@opensolaris:~/Downloads/sage-4.3.1.rc0$

Any thoughts?

Jaap


-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to