Skip to content
Snippets Groups Projects
Commit d3ff3bd2 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

use correct maxima versions in maximalocal templates

parent 6c028816
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
......@@ -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}/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment