Skip to content

Commit

Permalink
organize file structure, delete stale files
Browse files Browse the repository at this point in the history
  • Loading branch information
stylewarning committed Jan 30, 2021
1 parent 3838b02 commit fa9331b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
10 changes: 4 additions & 6 deletions magicl.asd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
:serial t
:components
((:file "packages")
(:file "load-libs")
(:module "high-level"
:serial t
:components ((:file "util")
Expand Down Expand Up @@ -60,9 +59,9 @@
:components
((:module "extensions/common"
:components ((:file "package")
(:file "library-tracking")))
(:file "with-array-pointers")
(:file "cffi-types")))
(:file "library-tracking")
(:file "with-array-pointers")
(:file "cffi-types")))))

;;; BLAS

Expand Down Expand Up @@ -151,8 +150,7 @@
#:magicl
#:magicl/ext
#:magicl/ext-blas
#:magicl/ext-lapack
)
#:magicl/ext-lapack)
:serial t
:components
((:module "expokit"
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions src/load-libs.lisp

This file was deleted.

0 comments on commit fa9331b

Please sign in to comment.