#9356: make SAGE_ATLAS_LIB work on Solaris
-------------------------------+--------------------------------------------
Reporter: jhpalmieri | Owner: drkirkby
Type: defect | Status: closed
Priority: minor | Milestone: sage-4.5.3
Component: solaris | Resolution: fixed
Keywords: | Author: John Palmieri
Upstream: N/A | Reviewer: David Kirkby
Merged: sage-4.5.3.alpha0 | Work_issues:
-------------------------------+--------------------------------------------
Comment(by drkirkby):
Replying to [comment:10 mpatel]:
> Has anyone seen this error before? This `import` statement works in the
"original" alpha1, which also passes the long doctests.
I also had a failure setting SAGE_ATLAS_LIB, but I was not sure if it was
something else I'd messed around with, so rebuilt Sage without setting it.
I must admit, I reviewed this on the basis of "it looks logical" rather
than "I have tested it".
I think I can see what the problem might be too. {{{system_atlas.py}}}
creates a load of symbolic links for shared libraries, but omits the
static library. I suspect it needs another link put in.
{{{
os.system(' ln -sf ' + ATLAS_LIB + '/lib/liblapack.a ' +
SAGE_LOCAL_LIB+'/liblapack.a')
}}}
Could you try making that link symbolic link manually, and testing if that
fixes the problem.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9356#comment:11>
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.