-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update maxima to 5.42.2 #26625
Comments
Branch: u/arojas/update_maxima_to_5_42_1 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Antonio Rojas |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
No progress concerning the patch set. That's a bit annoying. |
comment:8
I am getting
|
comment:9
Which is wrong of course. |
comment:10
And now that I look at the code in that area I see this is #10914 coming back.
|
comment:11
Replying to @kiwifb:
Weird, since maxima does give the right answer now |
comment:13
Since I was looking from the sage-on-gentoo perspective there is always the possibility that the maxima maintainer re-introduced a bug (doubtful but possible). |
comment:14
FWIW this is the commit that breaks it https://sourceforge.net/p/maxima/code/ci/801a0bb782fd09b9907a599541e1bff622ea453d I can't decrypt what it means though, or why it breaks this test in sage but not in maxima itself. |
comment:15
Regarding integrals of abs(sin(x)) and related, see To explore anything to do with Maxima, it's important to remember See lines 171 to 173 in src/sage/interfaces/maxima_lib.py
Bugs in Maxima can be discussed on the maxima-discuss mailing list, |
comment:16
Ah indeed, after 'load(abs_integrate)' I can reproduce the issue in maxima
|
comment:17
Upstream report: https://sourceforge.net/p/maxima/bugs/3519/ |
Upstream: Reported upstream. No feedback yet. |
comment:18
For reference, Maxima bugs dealing with abs(sin(x)) or abs(cos(x)): |
This comment has been minimized.
This comment has been minimized.
comment:21
Replying to @slel:
Also for reference, see #12731 and/or the wiki part about abs_integrate problems. |
comment:22
Adding #12731 as a dependency, since it seems unlikely this will get any attention upstream. |
Dependencies: #12731 |
Changed keywords from none to upgrade, maxima |
comment:25
#12731 is closed so this can go in. |
Reviewer: François Bissey |
Changed branch from u/arojas/update_maxima_to_5_42_1 to |
Also change the command line argument from -r (run in interactive mode) to --batch-string (run in batch mode), which is what we want here. The only reason it worked before was a bug in maxima that made -r behave like batch mode [1]. This is fixed in 5.42, so using -r now makes the maxima interface hang waiting for input.
--batch-string also echoes the input, so we need to remove one more line before processing the output.
Tarball: https://vorboss.dl.sourceforge.net/project/maxima/Maxima-source/5.42.2-source/maxima-5.42.2.tar.gz
[1] https://sourceforge.net/p/maxima/mailman/message/36177637/
Depends on #12731
Upstream: Reported upstream. No feedback yet.
CC: @jdemeyer @kiwifb @timokau @saraedum @slel
Component: packages: standard
Keywords: upgrade, maxima
Author: Antonio Rojas
Branch/Commit:
2530dbf
Reviewer: François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/26625
The text was updated successfully, but these errors were encountered: