#9356: make SAGE_ATLAS_LIB work on Solaris
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone:
Component: solaris | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
SAGE_ATLAS_LIB is supposed to allow the use of an external ATLAS
installation rather than have Sage build it. I think if Sage builds ATLAS
once, then you ought to be able to copy the relevant files from that build
to another directory and then use that directory as SAGE_ATLAS_LIB the
next time you build Sage. But this doesn't work on Solaris: on Solaris,
when Sage builds ATLAS, it explicitly deletes the file liblapack.so,
installing liblapack.a instead. But when it tests SAGE_ATLAS_LIB, it
tests for the existence of liblapack.so.
The new spkg just tests for the existence of liblapack.a on Solaris.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9356>
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.