-
-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #13973: Upgrade Maxima to 5.33.0
This is a continuation of #13364, and aims at including more upstream bug fixes, which e.g. fix an [http://permalink.gmane.org/gmane.comp.mathematics.sage.support/30644 issue reported on sage-support], which was reported as Maxima bug [https://sourceforge.net/p/maxima/bugs/2535 2535], and marked there as closed in post-5.29.1. Fixes #11894, #13526, #13712, #14209, #14306, #15386 and possibly other Maxima-related bugs. Ought to fix #13733 (but loading the `abs_integrate` package currently causes this to fail). Ought to fix #8728 (but Maxima asks for more constraints which follow from the existing ones). Does not fix #14591, #14677, #15033. '''tarball:''' [http://homepages.warwick.ac.uk/staff/P.Bruin/sage/maxima -5.33.0.tar.bz2] Note about the existing `maxima_bug_2526.patch`: the bug was marked "closed" in the [http://sourceforge.net/p/maxima/bugs/2526/ Maxima bug tracking system], but the commit somehow disappeared from the Maxima repository and the bug has been reopened. Hence this patch is still needed to fix it. URL: http://trac.sagemath.org/13973 Reported by: dimpase Ticket author(s): Peter Bruin Reviewer(s): Marc Mezzarobba
- Loading branch information
Showing
19 changed files
with
130 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=maxima-VERSION.tar.bz2 | ||
sha1=9314e23a4166a3d455b37a18d846474aa310e6c4 | ||
md5=40b01a718ddba1c8364d76a1e5d35d8f | ||
cksum=2999621606 | ||
sha1=8c1a10d0cfb10bb10448fd18b021d73e25fc744a | ||
md5=55140d4f9f7f212fb1cf8479b895862e | ||
cksum=1303222960 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.29.1.p5 | ||
5.33.0.p0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- a/share/linearalgebra/matrixexp.lisp 2013-10-07 04:37:12.000000000 +0100 | ||
+++ b/share/linearalgebra/matrixexp.lisp 2014-05-16 02:16:09.112011893 +0100 | ||
@@ -138,8 +138,8 @@ | ||
(print `(ratvars = ,$ratvars gcd = '$gcd algebraic = ,$algebraic)) | ||
(print `(ratfac = ,$ratfac)) | ||
(merror "Unable to find the spectrum"))) | ||
- | ||
- (setq res ($fullratsimp (ncpower (sub (mult z ($ident n)) mat) -1) z)) | ||
+ | ||
+ (setq res ($fullratsimp ($invert (sub (mult z ($ident n)) mat) '$crering) z)) | ||
(setq m (length sp)) | ||
(dotimes (i m) | ||
(setq zi (nth i sp)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.