Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
antik
gsll
Commits
972ceacf
Commit
972ceacf
authored
Aug 26, 2011
by
Liam M. Healy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move asdf-system-connections into :defsystem-depends-on
parent
f4507a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
gsll.asd
gsll.asd
+3
-7
No files found.
gsll.asd
View file @
972ceacf
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <2011-08-2
5 22:34:18
EDT gsll.asd>
;; Time-stamp: <2011-08-2
6 10:32:29
EDT gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -21,18 +21,14 @@
(
when
(
asdf:find-system
:fsbv
nil
)
(
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
:name
"GSLL"
:description
"GNU Scientific Library for Lisp."
:version
"0"
:author
"Liam M. Healy"
:licence
"GPL v3"
:depends-on
(
#:asdf-system-connections
#:antik
:
defsystem-
depends-on
(
#:cffi-grovel
#:asdf-system-connections
)
:depends-on
(
#:antik
#:cffi-grovel
#:trivial-garbage
#:alexandria
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment