Package: maxima-sage / 5.44.0-1
Metadata
Package | Version | Patches format |
---|---|---|
maxima-sage | 5.44.0-1 | 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 |
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. |
texinfo encoding.patch | (download) |
interfaces/emacs/imaxima/imaxima.texi |
1 1 + 0 - 0 ! |
declare iso-8859-1 encoding in texinfo file Since texinfo 6.7 the default encoding is UTF-8, which leads to an error. |