#9780: Make SAGE_ATLAS_LIB always check for liblapack.a and not liblapack.so
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.6
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by mpatel):
From the end of `spkg/logs/atlas-3.8.3.p14.log` on sage.math:
{{{
ld -L/mnt/usb1/scratch/mpatel/tmp/sage-4.5.3/local/lib -shared -soname
liblapack.so -o liblapack.so --whole-archive liblapack.a --no-whole-
archive -lc -lm -lgfortran
ld: cannot find -lgfortran
ld -L/mnt/usb1/scratch/mpatel/tmp/sage-4.5.3/local/lib -shared -soname
libf77blas.so -o libf77blas.so --whole-archive libf77blas.a --no-whole-
archive -lc -lm -lgfortran
ld: cannot find -lgfortran
}}}
In particular, `liblapack.so` and `libf77blas.so` aren't made. Is this
relevant here? Running `ln -s libgfortran.so.2 libgfortran.so` in
`SAGE_LOCAL/lib` and reinstalling ATLAS appears to help (cf.
[comment:ticket:9356:5 comment 5] and [comment:ticket:9356:7 comment 7] at
#9356).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9780#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.