I think Dima gives a good advice, WDYT, Waldek?
- Qian
diff --git a/configure.ac b/configure.ac
index 073f3e96..99426fb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,13 +190,16 @@ if test -z "$fricas_lisp" ; then
use --with-lisp option to tell FriCAS
how to invoke your Lisp])
fi
+ FRICAS_LISP="$FRICAS_LISP --dynamic-space-size 2048"
fricas_lisp=$FRICAS_LISP
else
## Honor use of Lisp image specified on command line
+ if "$fricas_lisp" = "sbcl" ; then
+ fricas_lisp="sbcl --dynamic-space-size 2048"
+ fi
FRICAS_LISP=$fricas_lisp
- AC_SUBST(FRICAS_LISP)
- :
fi
+AC_SUBST(FRICAS_LISP)
AC_ARG_WITH([lisp-flavor],
[AS_HELP_STRING([--with-lisp-flavor=F],
On 1/16/24 20:26, Dima Pasechnik wrote:
it should be easy to basically let ./configure convert --with-lisp=sbcl into
--with-lisp="sbcl --dynamic-space-size 2048"
- Qian
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/6a77b463-e750-40f5-bc67-f7237eddee4c%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/ee9c4cbf-fbc3-4cc3-bb9d-0493046b580f%40gmail.com.