Skip to content
Snippets Groups Projects
Commit 972ceacf authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Move asdf-system-connections into :defsystem-depends-on

parent f4507a48
No related branches found
No related tags found
No related merge requests found
;; Definition of GSLL system ;; Definition of GSLL system
;; Liam Healy ;; Liam Healy
;; Time-stamp: <2011-08-25 22:34:18EDT gsll.asd> ;; Time-stamp: <2011-08-26 10:32:29EDT gsll.asd>
;; ;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License ;; Distributed under the terms of the GNU General Public License
...@@ -21,18 +21,14 @@ ...@@ -21,18 +21,14 @@
(when (asdf:find-system :fsbv nil) (when (asdf:find-system :fsbv nil)
(pushnew :fsbv *features*)) (pushnew :fsbv *features*))
(eval-when (:compile-toplevel :load-toplevel :execute)
(asdf:oos 'asdf:load-op :cffi-grovel)
(asdf:oos 'asdf:load-op 'asdf-system-connections))
(asdf:defsystem #:gsll (asdf:defsystem #:gsll
:name "GSLL" :name "GSLL"
:description "GNU Scientific Library for Lisp." :description "GNU Scientific Library for Lisp."
:version "0" :version "0"
:author "Liam M. Healy" :author "Liam M. Healy"
:licence "GPL v3" :licence "GPL v3"
:depends-on (#:asdf-system-connections :defsystem-depends-on (#:cffi-grovel #:asdf-system-connections)
#:antik :depends-on (#:antik
#:cffi-grovel #:cffi-grovel
#:trivial-garbage #:trivial-garbage
#:alexandria #:alexandria
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment