#9780: Missing symbolic link for liblapack.a, so SAGE_ATLAS_LIB does not work on
Solaris.
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |       Owner:  AlexGhitza
       Type:  defect    |      Status:  new       
   Priority:  major     |   Milestone:            
  Component:  algebra   |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------
 As noted at #9356, a change which was made to ensure {{{SAGE_ATLAS_LIB}}}
 worked on Solaris, is not a complete solution. On Solaris, no shared
 library {{{liblapack.so}}} is created, as for reasons unknown, this causes
 problems. Hence the static library liblapack.a needs to be available to
 programs using ATLAS on Solaris. This means an extra symbolic link needs
 to be created. I think adding

 {{{
 os.system(' ln -sf ' + ATLAS_LIB + '/lib/liblapack.a '  +
 SAGE_LOCAL_LIB+'/liblapack.a')
 }}}

 will work, though this remains to be tested.

 Dave

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9780>
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