Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
antik
Commits
498c6451
Commit
498c6451
authored
Nov 09, 2013
by
Liam M. Healy
Browse files
Incorporate changes to physical-dimension.asd from master
parent
ebf8d506
Changes
1
Hide whitespace changes
Inline
Side-by-side
physical-dimension.asd
View file @
498c6451
;; Physical dimension system definition
;; Liam Healy 2012-02-20 10:14:49EST physical-dimension.asd
;; Time-stamp: <2013-
03-16
10:1
4
:5
2ED
T physical-dimension.asd>
;; Time-stamp: <2013-
11-09
10:1
3
:5
0ES
T physical-dimension.asd>
;; Copyright 2012, 2013 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -30,56 +30,41 @@
:defsystem-depends-on
(
#:asdf-system-connections
)
:depends-on
(
#:antik-base
#:drakma
)
:components
((
:module
physical-quantities
((
:module
input-output
:serial
t
:components
((
:file
"parameters"
)
(
:file
"format-output"
)
(
:file
"org-mode"
)
(
:file
"float"
)
(
:file
"matlab"
)
(
:file
"read"
)
; cl-ppcre
(
:file
"indexed"
)))
(
:module
physical-quantities
:serial
t
:depends-on
(
input-output
)
:components
((
:file
"units"
)
(
:file
"scalar"
:depends-on
(
"units"
))
((
:file
"format-output"
)
(
:file
"units"
)
(
:file
"scalar"
)
(
:file
"funcall"
)
(
:file
"unit-definitions"
:depends-on
(
"units"
"funcall"
))
(
:file
"sysunit-definitions"
:depends-on
(
"units"
"unit-definitions"
))
(
:file
"physical-quantities"
:depends-on
(
"units"
"scalar"
))
(
:file
"undimension"
:depends-on
(
"physical-quantities"
))
(
:file
"arithmetic"
:depends-on
(
"units"
"undimension"
))
(
:file
"unit-definitions"
)
(
:file
"sysunit-definitions"
)
(
:file
"physical-quantities"
)
(
:file
"undimension"
)
(
:file
"arithmetic"
)
(
:file
"iso8601"
)
(
:file
"dtspec"
:depends-on
(
"iso8601"
))
(
:file
"time-interval"
:depends-on
(
"sysunit-definitions"
"physical-quantities"
"iso8601"
"dtspec"
))
(
:file
"angle"
:depends-on
;; Dependency to force loading of everything needed
;; to put #_1_unit into source code.
(
"physical-quantities"
; needs split-sequence
"arithmetic"
"undimension"
"unit-definitions"
"sysunit-definitions"
"dtspec"
"time-interval"
))
(
:file
"angle-component"
:depends-on
(
"physical-quantities"
"undimension"
"unit-definitions"
"sysunit-definitions"
))
(
:file
"state"
:depends-on
(
"units"
))
; move this to dataflow
(
:file
"timepoint"
:depends-on
(
"unit-definitions"
"sysunit-definitions"
"physical-quantities"
"arithmetic"
"dtspec"
"iso8601"
"time-interval"
))
(
:file
"relative-time"
:depends-on
(
"timepoint"
))
(
:file
"read-time"
:depends-on
(
"timepoint"
))
(
:file
"formats"
:depends-on
(
"read-time"
))
(
:file
"convert-timescale"
;; Dependency to force loading of everything needed ;
;; to put #_1_unit into source code. ;
:depends-on
(
"physical-quantities"
; needs split-sequence ;
"arithmetic"
"undimension"
"unit-definitions"
"sysunit-definitions"
"time-interval"
"timepoint"
"read-time"
))
(
:file
"dtmath"
:depends-on
(
"dtspec"
"read-time"
"timepoint"
"convert-timescale"
))))
(
:file
"dtspec"
)
(
:file
"time-interval"
)
(
:file
"angle"
)
(
:file
"angle-component"
)
(
:file
"state"
)
(
:file
"timepoint"
)
(
:file
"relative-time"
)
(
:file
"read-time"
)
(
:file
"formats"
)
(
:file
"convert-timescale"
)
(
:file
"dtmath"
)))
(
:module
cartesian
:serial
t
:components
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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