#10187: Update ecl and maxima
------------------------------------------+---------------------------------
Reporter: vbraun | Owner: tbd
Type: defect | Status: needs_info
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: |
------------------------------------------+---------------------------------
Comment(by kcrisman):
Okay, so the failures are the same as on mine *before* I add the two
patches to the Maxima interface.
Summary:
1. All Macs have some sort of multiplication transposition, so we will
either have to simultaneously fix #10282 or find different doctests for
those two examples (the taylor of gamma and the matrix in
plot3d/transform.pyx).
1. Debian and OpenSolaris seem ok.
1. Other Linux/Solaris still needed?
1. Finally, someone needs to actually review the content of the two Maxima
interface change patches (one to Sage library, one to scripts library) and
whether the spkgs do, in fact, have all properly changed (not that we
don't believe the authors! just someone different needs to check them).
I still am getting this weird behavior of timeouts on mine. The problem
seems to be restarting Maxima. Once Maxima is started, timings are slow
but normal for this computer:
{{{
sage: time integrate(x^2,x)
CPU times: user 0.15 s, sys: 0.16 s, total: 0.31 s
Wall time: 134.04 s
1/3*x^3
sage: time integrate(x^2,x)
CPU times: user 0.08 s, sys: 0.01 s, total: 0.09 s
Wall time: 0.83 s
1/3*x^3
sage: time integrate(x^2,x)
CPU times: user 0.08 s, sys: 0.02 s, total: 0.10 s
Wall time: 0.92 s
1/3*x^3
}}}
But I think the way doctests work is that things are restarted from
function to function - is that right?
I'm going to try to see what is going on with my computer, but if jpflori
is ok with a very similar one, it shouldn't hold things up - unless there
is a reason a G4 would be this much slower than a G5? I'm going to try
downloading 4.6.1.alpha1, replacing the spkgs with the new ones, and then
building from scratch to see what happens.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10187#comment:51>
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.