Skip to content

Commit

Permalink
API module, prviding a but more support for a cleaner interface.
Browse files Browse the repository at this point in the history
Signed-off-by: AJ Rossini <blindglobe@gmail.com>
  • Loading branch information
blindglobe committed Jun 11, 2009
1 parent c883b0f commit 351b3d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lisp-matrix.asd
Expand Up @@ -72,6 +72,14 @@
"lapack-lu"
"lapack-qr"))))


(:module
"api"
:pathname #p"src/"
:depends-on ("basics" "implementations")
:components
((:file "numerical-linear-algebra")))

(:module
"testing"
:pathname #p "src/unittests/"
Expand Down

0 comments on commit 351b3d6

Please sign in to comment.