#9533: Update GSL to the latest upstream release (1.14) & permit parallel
building.
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.5.2
Component: packages | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by leif):
I finally found out what we have to do to make GSL use ATLAS's CBLAS in
Sage: '''Nothing! 8D'''
(A closer look at {{{$SAGE_ROOT/devel/sage-main/module_list.py}}} helped.
I hope other ''Sage packages'' that require CBLAS will also link with
{{{libcblas.*}}}, not {{{libgslcblas.*}}}.)
The only thing we could (but perhaps shouldn't) do is run GSL's testsuite
with ATLAS's CBLAS library instead.
But since GSL's implementation is used as a fall-back in Sage, we should
leave it as is, and - if at all - only do an ''additional'' run of the
testsuite with ATLAS's CBLAS library. (But I've not yet figured out how
simple that is; in worst case we'd have to {{{make clean}}}, {{{make}}}
again with {{{LDFLAGS="$LDFLAGS -L$SAGE_LOCAL/lib -lcblas -latlas"}}} and
then {{{make check}}}.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9533#comment:30>
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.