From 12da429c25b63319a02c87d4077c528588a2a685 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 15 Jul 2009 10:05:40 +0200 Subject: [PATCH] use CLS instead of LISPSTAT Signed-off-by: AJ Rossini --- src/numerics/cffiglue.lsp | 2 +- src/packages.lisp | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/numerics/cffiglue.lsp b/src/numerics/cffiglue.lsp index 022e7f4..14f9199 100644 --- a/src/numerics/cffiglue.lsp +++ b/src/numerics/cffiglue.lsp @@ -17,7 +17,7 @@ (cffi:load-foreign-library (concatenate 'string - (namestring lisp-stat-config::*lispstat-home-dir*) + (namestring lisp-stat-config::*cls-home-dir*) "lib/liblispstat" #+darwin ".dylib" #-darwin ".so")) diff --git a/src/packages.lisp b/src/packages.lisp index bce93c5..572e5d9 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-14 14:16:22 tony> +;;; Time-stamp: <2009-07-14 19:17:52 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -27,6 +27,9 @@ send call-next-method call-method defmeth defproto instance-slots proto-name)) +;;; -types and -float probably ought to be moved into a -numerics +;;; package. + (defpackage :lisp-stat-types (:documentation "Provides some typeing for LispStat, but is clearly a bit incomplete.") @@ -48,6 +51,8 @@ BASE-ABS BASE-PHASE BASE-FFLOOR BASE-FCEILING BASE-FTRUNCATE BASE-FROUND BASE-SIGNUM BASE-CIS)) +;;; Probably should move into cls-data package. + (defpackage :lisp-stat-compound-data (:use :common-lisp :lisp-stat-object-system @@ -105,8 +110,7 @@ ;;; NEW CLOS STRUCTURE - - +;;; cls-data... in dataframe, though. (defpackage :cls-dataframe (:use :common-lisp :xarray @@ -132,7 +136,7 @@ list-of-rows ;; list-of-observations )) - +;; move to cls-data -- but in listoflist.lisp (defpackage :cls-data-listoflist (:use :common-lisp :lisp-matrix -- 2.11.4.GIT