From: Kevin M. Rosenberg Date: Mon, 14 Oct 2002 18:51:38 +0000 (+0000) Subject: r3021: *** empty log message *** X-Git-Tag: v2006ac.2~324 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=bb01b732745d1478aaef9828cb19e4c89d4f3ea6;hp=27770b3a049d00b5dbba952f8cf2cafa47f4a0de;p=umlisp.git r3021: *** empty log message *** --- diff --git a/debian/control b/debian/control index b41294c..4953f0b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0 Package: cl-umlisp Architecture: all -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend Description: Common Lisp interface for the Unified Medical Language System The Unified Medical Language System is a multi-gigabyte database of medical terminology. This a interface for Common Lisp programs that utilizes diff --git a/umlisp.asd b/umlisp.asd index ee78240..bb07a52 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.6 2002/10/14 09:25:20 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.7 2002/10/14 18:51:38 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -18,7 +18,7 @@ (in-package :asdf) -#+(or allegro lispworks cmu sbcl) +#+(or allegro lispworks cmu sbcl openmcl) (defsystem :umlisp :perform (load-op :after (op umlisp) (pushnew :umlisp cl:*features*)) @@ -39,7 +39,7 @@ :clsql :kmrcl)) -#+(or allegro lispworks cmu sbcl) +#+(or allegro lispworks cmu sbcl openmcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :umlisp)))) (pushnew :umlisp cl:*features*)))