#9356: make SAGE_ATLAS_LIB work on Solaris
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: drkirkby
Type: defect | Status: positive_review
Priority: minor | Milestone: sage-4.5
Component: solaris | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by mpatel):
On sage.math, `SAGE_LOCAL/lib` for a "standard" Sage 4.5.alpha4 build
contains
* `libatlas.a, libatlas.so`
* `libcblas.a, libcblas.so`
* `libf77blas.a`
* `liblapack.a`
After
[http://www.tipcache.com/tip/Convert_a_static_library_%28.a%29_to_a_shared_object_%28.so%29_12.html
converting the latter two to .so files], I can use `SAGE_ATLAS_LIB` to
build a separate copy of Sage without building ATLAS. The new
`SAGE_LOCAL/lib` contains `liblapack.a` and symlinks to the 4 shared
libraries. The long doctests pass. Do we need the missing shared and/or
static libraries?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9356#comment:3>
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.