[climacs-devel] fixing the CLIM-CLX dependency in climacs

Andreas Fuchs asf at boinkor.net
Fri Mar 11 09:30:46 UTC 2005


Hi,

at the moment, the Climacs defsystem depends on the CLIM-CLX
system. Now that the beagle backend is in the distribution (and with
an ASDF-INSTALLable McCLIM), I think it would make sense to make
climacs depend on the backend-agnostic MCCLIM system instead.

So, here's the patch:

Index: climacs.asd
===================================================================
RCS file: /project/climacs/cvsroot/climacs/climacs.asd,v
retrieving revision 1.22
diff -u -r1.22 climacs.asd
--- climacs.asd 7 Mar 2005 06:51:02 -0000       1.22
+++ climacs.asd 11 Mar 2005 09:22:34 -0000
@@ -42,7 +42,7 @@
                                                     :defaults *climacs-directory*))
                             collect `(:file ,(pathname-name p) :pathname ,p))))))
 
-(climacs-defsystem (:climacs :depends-on (:clim-clx :flexichain))
+(climacs-defsystem (:climacs :depends-on (:mcclim :flexichain))
    "Persistent/binseq-package"
    "Persistent/binseq"
    "Persistent/obinseq"


Cheers,
-- 
Andreas Fuchs, <asf at boinkor.net>, asf at jabber.at, antifuchs



More information about the climacs-devel mailing list