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 "OCT: A portable Lisp implementation for quad-double precision floats".
The branch, master has been updated via 20558955b7953055a77ef1cbe690dcb1b1f54291 (commit) from 0597a1124076fd119c55c7ecb57b765e1fb6e2ad (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 20558955b7953055a77ef1cbe690dcb1b1f54291 Author: Raymond Toy toy.raymond@gmail.com Date: Fri Mar 4 16:30:41 2011 -0500
Note this defsystem is deprecated. Fix #1.
diff --git a/oct.system b/oct.system index 91d5e58..d815a15 100644 --- a/oct.system +++ b/oct.system @@ -23,6 +23,10 @@ ;;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR ;;;; OTHER DEALINGS IN THE SOFTWARE.
+;; This is no longer used, but we leave it here for reference and in +;; case someone wants to build oct with mk:defsys. Oct now uses asdf +;; to build. + (in-package #:cl-user) (mk:defsystem oct :source-pathname (make-pathname :directory (pathname-directory *load-pathname*))
-----------------------------------------------------------------------
Summary of changes: oct.system | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive