From 6f93269fa440a73d2a30fb3fd4912f97a44496e9 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 18 Jun 2009 18:45:36 +0200 Subject: [PATCH] get rid of plplot code, in prep for replacement with cl-2d. Signed-off-by: AJ Rossini --- lispstat.asd | 8 ++++---- src/packages.lisp | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index b8b9d4f..b4cf851 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-04-21 08:11:06 tony> +;;; Time-stamp: <2009-06-18 07:47:37 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: lispstat.asd ;;; Author: AJ Rossini @@ -111,7 +111,7 @@ 2005--2009." :serial t :depends-on (:cffi - :cl-plplot ;; FIXME: conditionally load only, not always simple to install? + ;; :cl-plplot ; FIXME: conditional load, tends to crash. :lisp-matrix :lift :rsm-string) @@ -219,14 +219,14 @@ "lispstat-basics") :components ((:lispstat-lsp-source-file "statistics"))) - +#| (:module "visualize" :pathname "src/visualize/" :depends-on ("lispstat-core") :components ((:file "plot"))) - +|# (:module "optimization" :pathname "src/numerics/" diff --git a/src/packages.lisp b/src/packages.lisp index d5a9429..5dd44d9 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-04-28 23:03:22 tony> +;;; Time-stamp: <2009-06-18 07:53:42 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -168,6 +168,7 @@ :lisp-matrix :cls-dataframe)) +#| (defpackage :cls-visualize-plplot (:use :common-lisp :lisp-matrix @@ -176,7 +177,7 @@ (:export ;; examples plot-ex contour-plot-ex fn-contour-plot-ex shade-plot-ex 3D-plot-ex)) - +|# ;;; USER PACKAGES @@ -334,7 +335,8 @@ :lisp-stat-regression-linear :cybertiggyr-dsv :cls-visualize - :cls-visualize-plplot) + ;; :cls-visualize-plplot + ) (:shadowing-import-from :lisp-stat-object-system call-method call-next-method) (:shadowing-import-from :lisp-stat-math -- 2.11.4.GIT