[cl-gsl-cvs] CVS update: cl-gsl/load-libraries.lisp
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:35:06 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv4187
Modified Files:
load-libraries.lisp
Log Message:
changed cwrappersub to gsl_cwrapper.
Date: Sun May 1 00:35:05 2005
Author: edenny
Index: cl-gsl/load-libraries.lisp
diff -u cl-gsl/load-libraries.lisp:1.1.1.1 cl-gsl/load-libraries.lisp:1.2
--- cl-gsl/load-libraries.lisp:1.1.1.1 Wed Mar 2 02:04:53 2005
+++ cl-gsl/load-libraries.lisp Sun May 1 00:35:05 2005
@@ -42,7 +42,7 @@
(defun get-libs-list ()
(cons
- "cwrapperstub"
+ "gsl_cwrapper"
(remove-if #'(lambda (elm) (not (cl-ppcre:scan "^lib" elm)))
(mapcar #'(lambda (elm) (cl-ppcre:regex-replace "^-l" elm "lib"))
(butlast
More information about the Cl-gsl-cvs
mailing list