From c58a5ad87910b10cfc79828cc9f68a093a16c4fc Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 13 Sep 2008 22:46:55 +0200 Subject: [PATCH] trying with lisp-matrix --- lispstat.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index b39322c..6013645 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-09-05 08:13:26 tony> +;;; Time-stamp: <2008-09-13 22:45:50 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -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) ;; 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