|
From: dauti <da...@us...> - 2025-11-27 20:30:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, rtoy-remove-scl has been updated
via 6c6d825bdf4fad8235ccc790b5e1e47f41109a75 (commit)
from 015e5cc9072906c6f3133aaeee860ae0bbc3b503 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6c6d825bdf4fad8235ccc790b5e1e47f41109a75
Author: Wolfgang Dautermann <da...@us...>
Date: Thu Nov 27 21:28:49 2025 +0100
SBCL (not SCL) code was removed in commit ea4518bc2.
diff --git a/configure.ac b/configure.ac
index 72e902142..abef6b000 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1429,6 +1429,14 @@ if test x"${cmucl}" = xtrue ; then
echo Use "--enable-cmucl-exec to build a standalone executable instead."
fi
fi
+if test x"${sbcl}" = xtrue ; then
+ echo "Compiling a maxima image using \"${SBCL_NAME}\""
+ if test x"${sbcl_exec}" = xtrue ; then
+ echo "sbcl executable image enabled for maxima."
+ else
+ echo Use "--enable-sbcl-exec to build a standalone executable instead."
+ fi
+fi
if test x"${gcl}" = xtrue ; then
echo "Compiling a maxima image using \"${GCL_NAME}\""
if test x"${gcl_alt_link}" = xtrue ; then
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
Maxima CAS
|