#13364: Upgrade Maxima to 5.29.1
-------------------------------------+--------------------------------------
Reporter: kcrisman | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.6
Component: packages | Resolution:
Keywords: maxima spkg | Work issues: fix doctests, build with
latest ECL, fix `spkg-install`
Report Upstream: N/A | Reviewers: Karl-Dieter Crisman,
François Bissey, Leif Leonhardy
Authors: Jean-Pierre Flori | Merged in:
Dependencies: #13324 | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by dimpase):
I tried the spkg, and I needed to modify it as follows
{{{
diff -r 31ff16046f0b spkg-install
--- a/spkg-install Fri Dec 14 19:46:53 2012 +0100
+++ b/spkg-install Sun Dec 16 15:13:21 2012 +0800
@@ -110,7 +110,7 @@
ECLLIB=`ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)"`
echo
echo "Now installing the Maxima library as '$ECLLIB/maxima.fas'..."
-cp -f maxima.fasb "$ECLLIB/maxima.fas"
+cp -f maxima.system.fasb "$ECLLIB/maxima.fas"
check_error "Failed to install '`pwd`/maxima.fasb' as
'$ECLLIB/maxima.fas'."
}}}
to get it installed.
I can confirm the trouble with {{{integrate(abs(sin(x)))}}}. It's in the
library interface, I reckon.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13364#comment:39>
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.