#10187: Update ecl and maxima
------------------------------------------+---------------------------------
Reporter: vbraun | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: packages | Keywords:
Author: Volker Braun, David Kirkby | Upstream: Workaround found; Bug
reported upstream.
Reviewer: Karl-Dieter Crisman | Merged:
Work_issues: |
------------------------------------------+---------------------------------
Changes (by vbraun):
* status: needs_info => needs_review
Comment:
The new maxima certainly comes with a bigger library; Its inevitable that
it is somewhat slower in exchange for being better at integration. I don't
know why startup is so slow on kcrisman's antique computer, but stracing
the maxima startup shows that it thrashes around quite a lot in the
`$SAGE_LOCAL/share/maxima/5.22.1/` directory tree.
For the record, Fedora 14 on a Thinkpad T410s Core i5:
{{{
sage: time integrate(x^3,x)
CPU times: user 0.03 s, sys: 0.01 s, total: 0.04 s
Wall time: 1.15 s
1/4*x^4
sage: time integrate(x^3,x)
CPU times: user 0.01 s, sys: 0.00 s, total: 0.01 s
Wall time: 0.05 s
1/4*x^4
sage: time integrate(x^3,x)
CPU times: user 0.01 s, sys: 0.00 s, total: 0.01 s
Wall time: 0.05 s
1/4*x^4
}}}
I say we should press ahead and update maxima so that Sage compiles on
Fedora 14. If the new maxima starts up slowly on your hardware then file a
ticket and see if you can profile/fix it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10187#comment:56>
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.