Package: maxima-sage / 5.41.0+ds-4
Metadata
Package | Version | Patches format |
---|---|---|
maxima-sage | 5.41.0+ds-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
renew cl info.lsp patch to set alternative info directory | (download) |
src/cl-info.lisp |
4 3 + 1 - 0 ! |
allow relocation of maxima-index.lisp Debian policy does not allow lisp source in /usr/share/info. This patch establishes a variable maxima::*maxima-index-dir* which when set will provide an alternative location for the file, currently /usr/share/doc/maxima/info. . maxima (5.31.0-1) unstable; urgency=low . * New upstream release |
build fasl.patch | (download) |
src/maxima.system |
5 5 + 0 - 0 ! |
build a fasl library for ecl in addition to an executable program. References: * http://trac.sagemath.org/ticket/16178 * https://github.com/cschwan/sage-on-gentoo/issues/226 * https://bugs.gentoo.org/show_bug.cgi?id=499634 |
0001 taylor2 Avoid blowing the stack when diff expand isn.patch | (download) |
src/hayat.lisp |
60 57 + 3 - 0 ! |
taylor2: avoid blowing the stack when diff-expand isn't any help If a result contains what we were trying to expand we should give up, since we'll just end up recursively calling ourselves, which is bad. . This patch was written by upstream but not yet committed into their releases. However, it is needed for SageMath to work correctly. See here . |
matrixexp.patch | (download) |
share/linearalgebra/matrixexp.lisp |
4 2 + 2 - 0 ! |
fix error in matrix exponentiation This patch was written by SageMath but not yet committed into Maxima releases. However, it is needed for SageMath to work correctly: . https://git.sagemath.org/sage.git/tree/build/pkgs/maxima/patches/matrixexp.patch |
undoing_true_false_printing_patch.patch | (download) |
src/grind.lisp |
4 2 + 2 - 0 ! |
--- |
change_name_to_maxima sage.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
change autotools package name to maxima-sage In order to have maxima-sage in the installation paths. |
handle multiple ldflags.patch | (download) |
src/maxima.system |
17 15 + 2 - 0 ! |
handle multiple ldflags Without this patch, building with LDFLAGS containing more than one flag results in flags being dropped. |