-
-
Notifications
You must be signed in to change notification settings - Fork 641
Description
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