#9356: make SAGE_ATLAS_LIB work on Solaris
-------------------------------+--------------------------------------------
 Reporter:  jhpalmieri         |         Owner:  drkirkby     
     Type:  defect             |        Status:  closed       
 Priority:  minor              |     Milestone:  sage-4.5.3   
Component:  solaris            |    Resolution:  fixed        
 Keywords:                     |        Author:  John Palmieri
 Upstream:  N/A                |      Reviewer:  David Kirkby 
   Merged:  sage-4.5.3.alpha0  |   Work_issues:               
-------------------------------+--------------------------------------------

Comment(by mpatel):

 I built 4.5.3.alpha1 on t2 with `SAGE_ATLAS_LIB` set to `SAGE_LOCAL` of an
 already built copy of alpha1.  (The latter I built without setting
 `SAGE_ATLAS_LIB` and without copying/linking any pre-existing ATLAS
 libraries.)  I get several doctest failures which appear to simplify to
 {{{
 #!python
 sage: from scipy.linalg import flapack
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)

 /scratch/mpatel/tmp/sage-4.5.3.alpha1-sal/<ipython console> in <module>()

 /scratch/mpatel/tmp/sage-4.5.3.alpha1-sal/local/lib/python2.6/site-
 packages/scipy/linalg/__init__.py in <module>()
       6 from linalg_version import linalg_version as __version__
       7
 ----> 8 from basic import *
       9 from decomp import *
      10 from matfuncs import *

 /scratch/mpatel/tmp/sage-4.5.3.alpha1-sal/local/lib/python2.6/site-
 packages/scipy/linalg/basic.py in <module>()
      15 #from blas import get_blas_funcs
      16 from flinalg import get_flinalg_funcs
 ---> 17 from lapack import get_lapack_funcs
      18 from numpy import
 asarray,zeros,sum,newaxis,greater_equal,subtract,arange,\
      19
 conjugate,ravel,r_,mgrid,take,ones,dot,transpose,sqrt,add,real

 /scratch/mpatel/tmp/sage-4.5.3.alpha1-sal/local/lib/python2.6/site-
 packages/scipy/linalg/lapack.py in <module>()
      16
      17 from scipy.linalg import flapack
 ---> 18 from scipy.linalg import clapack
      19 _use_force_clapack = 1
      20 if hasattr(clapack,'empty_module'):

 ImportError: ld.so.1: python: fatal: relocation error: file
 /scratch/mpatel/tmp/sage-4.5.3.alpha1-sal/local/lib/python2.6/site-
 packages/scipy/linalg/clapack.so: symbol clapack_slauum: referenced symbol
 not found
 sage:
 }}}
 Has anyone seen this error before?  This `import` statement works in the
 "original" alpha1, which also passes the long doctests.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9356#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to