Numerical routines ready



>>>>> "James" == James Amundson <amundson@fnal.gov> writes:

    James> On Fri, 2002-04-26 at 12:10, Raymond Toy wrote:
    >> 
    >> I think everything is in place now for the numerical routines from
    >> SLATEC.  I've tested this mostly with CMUCL and some with Clisp.  I
    >> can't test with gcl, so I hope some can do that for me.

    James> Unfortunately, the GCL build is now broken because gcl does not have
    James> defpackage. I think the solution to this is to steal a "defpackage" from
    James> another lisp. If nobody else wants to do this, I'll give it a shot a

Shoot!  I forgot about that.  I used to have a defpackage for GCL that
I obtained from CMU AI Archives.  I think I sent it off to the GCL
maintainers.

Ok, found it.  Here's the license for it, so I think it's ok for us to
use.

;;; Copyright (c) 1990, 1991 The Boeing Company, All Rights Reserved.
;;;
;;; Permission is granted to any individual or institution to use,
;;; copy, modify, and distribute this software, provided that this
;;; complete copyright and permission notice is maintained, intact, in
;;; all copies and supporting documentation and that modifications are
;;; appropriately documented with date, author and description of the
;;; change.
;;;
;;; Stephen L. Nicoud (snicoud@boeing.com) provides this software "as
;;; is" without express or implied warranty by him or The Boeing
;;; Company.

I can send it to you if you want.  It's 11K.

Ray