Symbolic Computation Program/Computer Algebra System
http://maxima.sourceforge.net
Maxima is a full symbolic computation program. It is full featured
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats. It has a
symbolic debugger source level debugger for maxima code. Maxima is
based on the original Macsyma developed at MIT in the 1970's. It is
quite reliable, and has good garbage collection, and no memory leaks.
It comes with hundreds of self tests.
- Developed at Education
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/maxima && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE.packaging | 0000000940 940 Bytes | |
maxima-5.44.0.tar.gz | 0034976354 33.4 MB | |
maxima-python3.patch | 0000001280 1.25 KB | |
maxima-rpmlintrc | 0000000397 397 Bytes | |
maxima.changes | 0000047248 46.1 KB | |
maxima.spec | 0000011086 10.8 KB |
Revision 42 (latest revision is 48)
Dominique Leuenberger (dimstar_suse)
accepted
request 844445
from
Lars Vogdt (lrupp)
(revision 42)
- also ship README.SUSE.packaging as source - Replace manually defined macros to enable/disable different lisp bindings with %bcond_with(out) macros. - Improve dependency resolution between the different lisp versions of maxima_exec by using Supplements: packageand() appropriately. - Enable sbcl compiled binaries and package it (needed for maxima-jupyter). - Enable mathjax support for installed html manual (pass --enable-mathjax to configure). - Add Requires: rlwrap to maxima, needed for rmaxima. - Add Suggests: maxima-exec-sbcl to maxima to weakly recommend a specific flavour of maxima in case the user doesn't specify one during installation. - Add README.SUSE.packaging documenting the packaging changes that will be needed for pkgs depending on maxima.
Comments 2
This comment has been deleted
sbcl bug, fix submitted: sr#994653