#7287: Update Maxima spkg to build ECL library
---------------------------+------------------------------------------------
Reporter: nbruin | Owner: nbruin
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3
Component: packages | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
---------------------------+------------------------------------------------
Changes (by mvngu):
* upstream: => N/A
Comment:
An updated Maxima spkg is available at
http://sage.math.washington.edu/home/mhansen/maxima-5.19.1.p2.spkg
I have built Sage 4.3.alpha0 from scratch with that package. The
compilation process went OK on the following platforms:
* sage.math --- Ubuntu 8.04.3 LTS. All doctests pass, except the known
failure with the Maxima interface.
* rosemary.math --- Red Hat Enterprise Linux Server 5.4. All doctests
pass, except the known failure with the Maxima interface.
* bsd.math --- Mac OS X 10.6.2. Numerous doctest failures as expected as
this platform is not yet completely supported.
After the build and doctests, you could run ECL and using Maxima as a
library. Do either "./sage -ecl" or from a Sage command line session, do
"!ecl":
{{{
[mv...@sage sage-4.3.alpha0-maxima]$ ./sage -ecl
ECL (Embeddable Common-Lisp) 9.10.2
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
> (require 'maxima)
;;; Loading
#P"/scratch/mvngu/sandbox/sage-4.3.alpha0-maxima/local/lib/ecl/maxima.fas"
("MAXIMA")
> #$integrate(cos(x), x)$
((MAXIMA::%SIN MAXIMA::SIMP) MAXIMA::$X)
> #$ratsimp((2*x + 3*x^3) / 5*x^2)$
((MAXIMA::MTIMES MAXIMA::SIMP) ((MAXIMA::RAT MAXIMA::SIMP) 1 5)
((MAXIMA::MPLUS MAXIMA::SIMP)
((MAXIMA::MTIMES MAXIMA::SIMP) 2
((MAXIMA::MEXPT MAXIMA::SIMP MAXIMA::RATSIMP) MAXIMA::$X 3))
((MAXIMA::MTIMES MAXIMA::SIMP) 3
((MAXIMA::MEXPT MAXIMA::SIMP MAXIMA::RATSIMP) MAXIMA::$X 5))))
> (quit)
}}}
So by this stage, Maxima can be built as a Lisp library. I'm doing more
build/tests on other Linux boxes.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7287#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.