Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Renamed utilities internals.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Feb 9, 2013
1 parent 1f991fa commit d2d4b8f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions cl-random.asd
Expand Up @@ -3,34 +3,28 @@
:author "Tamas K Papp"
:license "MIT"
:version "0.0.1"
:depends-on (#:alexandria
#:anaphora
#:cl-num-utils
#:cl-rmath
#:let-plus
#:lla)
:pathname #P"src/"
:serial t
:components
((:module
"package-init"
:pathname #P"src/"
:components
((:file "package")))
(:module
"basics"
:pathname #P"src/"
:serial t
:components
((:file "utilities")
(:file "log-infinity")
(:file "special-functions")
(:file "random")
(:file "discrete")
(:file "univariate")
(:file "continuous-time")
(:file "statistics")
(:file "multivariate")
;; (:file "design-matrix")
(:file "regressions")
;; (:file "optimization")
)))
:depends-on
(#:alexandria #:cl-num-utils #:iterate #:let-plus #:anaphora #:lla
#:cl-rmath))
((:file "internals")
(:file "package")
;; (:file "random")
;; (:file "discrete")
;; (:file "univariate")
;; (:file "continuous-time")
;; (:file "statistics")
;; (:file "multivariate")
;; ;; (:file "design-matrix")
;; (:file "regressions")
;; (:file "optimization")
)
)

(asdf:defsystem #:cl-random-tests
:description "Unit tests for CL-RANDOM."
Expand Down
File renamed without changes.

0 comments on commit d2d4b8f

Please sign in to comment.