|
From: dgildea <dg...@us...> - 2025-12-06 14:14:18
|
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, master has been updated
via b056caf43f9d7a35abc5a96ca7481621141e13b9 (commit)
from 0be2b4e4d3801c78bfa69f43529bf06721e17790 (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 b056caf43f9d7a35abc5a96ca7481621141e13b9
Author: Dan Gildea <dgildea>
Date: Sat Dec 6 09:12:41 2025 -0500
re-enable lapack tests for SBCL
these work for me with SBCL 2.4.5
diff --git a/src/testsuite.lisp b/src/testsuite.lisp
index 3b54b5a29..2001dea78 100644
--- a/src/testsuite.lisp
+++ b/src/testsuite.lisp
@@ -213,14 +213,8 @@
"rtest_atensor"
"rtest_ctensor"
"rtest_itensor"
- ;; On sbcl 1.4.10 we still get out-of-memory errors on many
- ;; computers on loading lapack => commented these tests out
- ;; for SBCL.
- #-sbcl
((mlist simp) "rtest_dgemm")
- #-sbcl
((mlist simp) "rtest_dgeqrf")
- #-sbcl
((mlist simp) "rtest_dgesv")
;; The following functions were used but not defined: ODEPACK::DUMACH in gcl 2.6.12
"rtest_dlsode"
-----------------------------------------------------------------------
Summary of changes:
src/testsuite.lisp | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
Maxima CAS
|