#10226: Rewrite ATLAS spkg-install
-------------------------+--------------------------------------------------
 Reporter:  vbraun       |         Owner:  GeorgSWeber 
     Type:  enhancement  |        Status:  needs_work  
 Priority:  major        |     Milestone:  sage-4.7    
Component:  packages     |    Resolution:              
 Keywords:  ATLAS spkg   |        Author:  Volker Braun
 Upstream:  N/A          |      Reviewer:  Dan Drake   
   Merged:               |   Work_issues:              
-------------------------+--------------------------------------------------

Comment(by vbraun):

 For Sage, or any other code that uses blas/lapack, it really does not
 matter if these libraries exist as static or shared form. Of course static
 libraries are cruft from the dark ages and shouldn't be used nowadays, but
 I digress. As long as either is available, the linker will do the right
 thing and hook up the code with blas/lapack.

 With this in mind, I changed the spgk-install to just use whatever is in
 the SAGE_ATLAS_LIB directory, either static or shared libraries. Fedora
 ships dynamic atlas libraries ONLY and Sage compiles fine with
 SAGE_ATLAS_LIB=/usr/lib64/atlas. I also removed the part where headers
 from SAGE_ATLAS_LIB were symlinked to SAGE_LOCAL_LIB and apparently to no
 ill effect. Finally, I'm now also looking into SAGE_ATLAS_LIB/lib for
 libraries in order to be backward compatible.

 I've updated the atlas spkg (same place), please give it a try :-)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10226#comment:55>
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