LAPACK with maxima



sen1 at math.msu.edu wrote:
> Hi Ray,
>  Here is the output of an attempt to load lapack on a Fedora Core 4
>  system.
>
> Thanks for working on the port.
>
> -sen
>
> (%i4) build_info();
>
> Maxima version: 5.11.0
> Maxima build date: 1:31 12/24/2006
> host type: i686-pc-linux-gnu
> lisp-implementation-type: CMU Common Lisp
> lisp-implementation-version: 19c Fedora Extras release 4.fc4 (19C)
>
> (%o4)
> (%i5) load("lapack");
> ; Compilation aborted after 0:00:00.
>
Hmm.  Ok.  Instead of that use

:lisp (load "<path>/load-lapack.lisp")

Ray