X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph.asd;h=a2b959e6e7e0d7111443cf53316a54ad99fa070d;hb=30d6c8f9bd55ddefd48d333bfeb73b1a2a333e99;hp=ace07b1e65f650cf05511fd2ed23dc6fca5d4756;hpb=790be1703c3eb5cd77043ba0dbfa0aafb834e8cd;p=cl-graph.git diff --git a/cl-graph.asd b/cl-graph.asd index ace07b1..a2b959e 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -13,7 +13,7 @@ instructions.")) (operate 'load-op 'asdf-system-connections)) (defsystem cl-graph - :version "0.8.5" + :version "0.9.1" :author "Gary Warren King " :maintainer "Gary Warren King " :licence "MIT Style License" @@ -33,8 +33,6 @@ instructions.")) :depends-on ("graph")) (:file "graph-matrix" :depends-on ("graph")) - (:file "graph-metrics" - :depends-on ("graph")) (:file "graph-algorithms" :depends-on ("graph")) @@ -52,12 +50,12 @@ instructions.")) (funcall (intern (symbol-name '#:run-tests) :lift) :config :generic)) - :depends-on (:metatilities + :depends-on ((:version :metatilities-base "0.6.0") + :dynamic-classes :cl-containers :metabang-bind - :cl-mathstats - ;; makes ASDF-Install get this automatically - :asdf-system-connections + ;:cl-mathstats + :moptilities )) (defmethod operation-done-p @@ -90,3 +88,11 @@ instructions.")) :components ((:module "dev" :components ((:file "copying"))))) + +#+asdf-system-connections +(asdf:defsystem-connection cl-graph-and-cl-mathstats + :requires (cl-graph cl-mathstats) + :components ((:module + "dev" + :components + ((:file "graph-metrics")))))