From 5bb2bee741020984914c1cd6d2172f94bad8ba3e Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 20 Sep 2008 14:07:11 +0200 Subject: [PATCH] put lisp-matrix into the load-system. Breaks things for others, who will have to remove this -- but reminds me that we need it. --- lispstat.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispstat.asd b/lispstat.asd index c1432df..f0cc119 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -93,7 +93,7 @@ at CMU, on leave somewhere?). Last touched by him in 1991, then in 2005--2008." :serial t - :depends-on (:cffi :lift) ;; :lisp-matrix need a matrix library + :depends-on (:cffi :lift :lisp-matrix) ;; need a matrix library :components ((:static-file "version" :pathname #p"version.lisp-expr") (:static-file "LICENSE") (:static-file "README") -- 2.11.4.GIT