LAPACK with maxima



sen1 at math.msu.edu wrote:
> Another try:
>
> (%i5) system("ls
> /usr/local/src/maxima-5.11.0/share/lapack/load-lapack.lisp");
> /usr/local/src/maxima-5.11.0/share/lapack/load-lapack.lisp
> (%o5)                                  0
> (%i6) :lisp (load
> "/usr/local/src/maxima-5.11.0/share/lapack/load-lapack.lisp")
>
> Maxima encountered a Lisp error:
>
>  Error in CONDITIONS::CLCS-LOAD [or a callee]: The variable #:MAXIMA
>  is unbound.
Oh, I haven't tried this stuff with gcl yet.  But in eigensys.lisp,
change #:maxima to "MAXIMA".  That should take care of that issue.

Ray