diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 10:04:04 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 10:04:04 -0600 |
| commit | 43f06890e2689af2ef54c4480fe5790692a24f65 (patch) | |
| tree | b933f3e05aad81d780c0c94646676efa1bbad22d /src/lizfcm.asd | |
| parent | a74a732b27fb610133190e89a91b2d42d0cf78b3 (diff) | |
| download | math-4610-43f06890e2689af2ef54c4480fe5790692a24f65.tar.gz math-4610-43f06890e2689af2ef54c4480fe5790692a24f65.zip | |
deprecate common lisp solutions and write c; it's too much effort to keep up with the requirements for an archive.
Diffstat (limited to 'src/lizfcm.asd')
| -rw-r--r-- | src/lizfcm.asd | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/lizfcm.asd b/src/lizfcm.asd deleted file mode 100644 index 0096257..0000000 --- a/src/lizfcm.asd +++ /dev/null @@ -1,33 +0,0 @@ -(asdf:defsystem "lizfcm" - :version "0.1.0" - :author "Elizabeth Hunt" - :license "MIT" - :components - ((:file "utils,within-range" :depends-on ("utils,package")) - (:file "utils,table" :depends-on ("utils,package")) - (:file "utils,package") - (:file "approx,maceps" :depends-on ("approx,package")) - (:file "approx,derivative" :depends-on ("approx,package")) - (:file "approx,package") - (:file "vector,least-squares") - (:file "vector,distance" :depends-on ("vector,norm" "vector,package")) - (:file "vector,norm" :depends-on ("vector,package")) - (:file "vector,package"))) - - -(asdf:defsystem "lizfcm/tests" - :author "Elizabeth Hunt" - :license "MIT" - :depends-on - (:fiveam - :lizfcm) - :components - ((:file "tests,table" :depends-on ("tests,suite")) - (:file "tests,maceps" :depends-on ("tests,suite")) - (:file "tests,approx" :depends-on ("tests,suite")) - (:file "tests,vector" :depends-on ("tests,suite")) - (:file "tests,suite")) - :perform - (asdf:test-op (o c) (uiop:symbol-call - :fiveam :run! - (uiop:find-symbol* :lizfcm-test-suite :lizfcm/tests)))) |
