[cl-gsl-cvs] CVS update: cl-gsl/cl-gsl.asd
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:33:11 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv4087
Modified Files:
cl-gsl.asd
Log Message:
Added permutation to the defsystem.
Date: Sun May 1 00:33:10 2005
Author: edenny
Index: cl-gsl/cl-gsl.asd
diff -u cl-gsl/cl-gsl.asd:1.2 cl-gsl/cl-gsl.asd:1.3
--- cl-gsl/cl-gsl.asd:1.2 Mon Apr 18 02:47:42 2005
+++ cl-gsl/cl-gsl.asd Sun May 1 00:33:10 2005
@@ -42,4 +42,5 @@
(:file "sf" :depends-on ("util" "ffi"))
(:file "vector" :depends-on ("util" "ffi"))
(:file "matrix" :depends-on ("util" "ffi"))
+ (:file "permutation" :depends-on ("util" "ffi"))
))
More information about the Cl-gsl-cvs
mailing list