r3021: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 18:51:38 +0000 (18:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 18:51:38 +0000 (18:51 +0000)
debian/control
umlisp.asd

index b41294c245ffb0078dec7395047cf80dceceefcc..4953f0b318163556071927f8adf2c87663acdf20 100644 (file)
@@ -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
index ee78240cff03987c173238e2ec07b5a052c62e76..bb07a5242fddb5598a3abf644998cadcf1d513dc 100644 (file)
@@ -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*)))