Skip to content

Commit

Permalink
Note the presence of the linear algebra library in *FEATURES*.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas M. Hermann committed May 31, 2014
1 parent 3241b0f commit 7b2f4ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lisp/linear-algebra.asd
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@
(:file "square-matrix" :depends-on ("dense-matrix"))
(:file "hermitian-matrix" :depends-on ("square-matrix"))
(:file "symmetric-matrix" :depends-on ("square-matrix"))))

(defmethod perform :after
((operation load-op) (system (eql (find-system :linear-algebra))))
"Update *FEATURES* if the system loads successfully."
(pushnew :linear-algebra-kernel common-lisp:*features*)
(pushnew :linear-algebra common-lisp:*features*))

0 comments on commit 7b2f4ac

Please sign in to comment.