From: Raymond T. <rt...@us...> - 2012-04-25 04:57:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "matlisp". The branch, matlisp-cffi has been updated via 98b4fe1837ebeeb904783d78a2c23f996ae83d18 (commit) via 9980ae3686cf6361c2e8d8dec95d85f355b3a5d8 (commit) via 0fc0b662754ddb98367d6add3aeb42f71a9301aa (commit) via 83ad581a242f7fd2c6416dc115192692a7447c35 (commit) from 40f4fcf5947519a52340322a27aeaeca4275fd29 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 98b4fe1837ebeeb904783d78a2c23f996ae83d18 Merge: 40f4fcf 9980ae3 Author: Raymond Toy <toy...@gm...> Date: Tue Apr 24 21:33:26 2012 -0700 Merge branch 'master' into matlisp-cffi diff --cc matlisp.asd index adf4dd6,c0a08b9..b9126f7 --- a/matlisp.asd +++ b/matlisp.asd @@@ -38,16 -38,16 +38,22 @@@ :components ((:file "packages"))) + (asdf:defsystem matlisp-config + :pathname #.(translate-logical-pathname "matlisp:builddir;") + :depends-on ("matlisp-packages") + :components + ((:file "config"))) + + +(asdf:defsystem matlisp-utilities + :pathname #.(translate-logical-pathname "matlisp:srcdir;") + :depends-on ("matlisp-packages") + :components ((:module "utilities" + :pathname "src/" + :components ((:file "utilities"))))) - (asdf:defsystem lazy-loader :pathname #.(translate-logical-pathname "matlisp:lib;") - :depends-on ("matlisp-packages") + :depends-on ("matlisp-packages" "matlisp-config") :components ((:file "lazy-loader" ;; you need the load-only here, ----------------------------------------------------------------------- Summary of changes: config.lisp.in | 2 +- lib-src/macros.l | 4 ++-- matlisp.asd | 12 +++++++++--- src/quadpack.lisp | 10 +++++----- start.lisp.in | 3 --- 5 files changed, 17 insertions(+), 14 deletions(-) hooks/post-receive -- matlisp |