From d3ff3bd213919f5c898f45508e17596bee2d3c0d Mon Sep 17 00:00:00 2001 From: Lennart Kramer <lennart.kramer@stud.uni-goettingen.de> Date: Fri, 17 Dec 2021 15:58:40 +0100 Subject: [PATCH] use correct maxima versions in maximalocal templates --- stack/2021010100/maximalocal.mac.template | 4 ++-- stack/2021120900/maximalocal.mac.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stack/2021010100/maximalocal.mac.template b/stack/2021010100/maximalocal.mac.template index 05b1c01..c299227 100644 --- a/stack/2021010100/maximalocal.mac.template +++ b/stack/2021010100/maximalocal.mac.template @@ -14,7 +14,7 @@ file_search_maxima:append( [sconcat("${LOG}/###.{mac,mc}")] , file_search_maxima file_search_lisp:append( [sconcat("${LOG}/###.{lisp}")] , file_search_lisp)$ STACK_SETUP(ex):=block( - MAXIMA_VERSION_NUM_EXPECTED:41, + MAXIMA_VERSION_NUM_EXPECTED:44, MAXIMA_PLATFORM:"server", maxima_tempdir:"${TMP}/", IMAGE_DIR:"${PLOT}/", @@ -23,7 +23,7 @@ STACK_SETUP(ex):=block( PLOT_TERM_OPT:"dynamic font \",11\" linewidth 1.2", DEL_CMD:"rm", GNUPLOT_CMD:"gnuplot", - MAXIMA_VERSION_EXPECTED:"5.41.0", + MAXIMA_VERSION_EXPECTED:"5.44.0", URL_BASE:"!ploturl!", /* Define units available in STACK. */ stack_unit_si_prefix_code:[y, z, a, f, p, n, u, m, c, d, da, h, k, M, G, T, P, E, Z, Y], diff --git a/stack/2021120900/maximalocal.mac.template b/stack/2021120900/maximalocal.mac.template index 007002b..e5e36d2 100644 --- a/stack/2021120900/maximalocal.mac.template +++ b/stack/2021120900/maximalocal.mac.template @@ -14,7 +14,7 @@ file_search_maxima:append( [sconcat("${LOG}/###.{mac,mc}")] , file_search_maxima file_search_lisp:append( [sconcat("${LOG}/###.{lisp}")] , file_search_lisp)$ STACK_SETUP(ex):=block( - MAXIMA_VERSION_NUM_EXPECTED:41, + MAXIMA_VERSION_NUM_EXPECTED:44, MAXIMA_PLATFORM:"server", maxima_tempdir:"${TMP}/", IMAGE_DIR:"${PLOT}/", -- GitLab