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

Grovel file depends on init

parent 8c94bd93
No related branches found
No related tags found
No related merge requests found
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <2010-08-09 22:21:41EDT gsll.asd>
;; Time-stamp: <2010-08-13 11:36:52EDT gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2010 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
......@@ -35,7 +35,9 @@
((:module init
:components
((:file "init")
(cffi-grovel:grovel-file "libgsl" :pathname #+unix "libgsl-unix")
(cffi-grovel:grovel-file
"libgsl" :pathname #+unix "libgsl-unix" #-unix "nothing-here"
:depends-on ("init"))
(:file "utility" :depends-on ("init"))
(:file "forms" :depends-on ("init"))
(:file "conditions" :depends-on ("init" "libgsl"))
......
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