Patch is here:
diff --git a/configure b/configure
index ffd1b30..88906ce 100755
--- a/configure
+++ b/configure
@@ -4100,7 +4100,7 @@
as_fn_error $? "sbcl $fricas_lisp_version is too old" "$LINENO" 5
fi
case $fricas_lisp_version in
- 1.0.29)
+ 1.0.29|1.3.1|1.3.2|1.3.3|1.3.4)
as_fn_error $? "sbcl $fricas_lisp_version has a bug
which does not allow building FriCAS.
Please use different sbcl version" "$LINENO" 5
;;
diff --git a/configure.ac b/configure.ac
index 37c3596..25802c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,7 +260,7 @@
AC_MSG_ERROR([sbcl $fricas_lisp_version is too old])
fi
case $fricas_lisp_version in
- 1.0.29)
+ 1.0.29|1.3.1|1.3.2|1.3.3|1.3.4)
AC_MSG_ERROR([sbcl $fricas_lisp_version has a bug which
does not allow building FriCAS.
Please use different sbcl version])
;;
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.