Camm Maguire wrote:
> Greetings! Sorry about the last erroneous subject:
>
> How do I build maxima to pre-compile, load, and dump lapack?
>
> Thanks!
>
Hi, Camm!
To load lapack, use load(lapack); this compiles lapack and loads it.
Maxima doesn't really support dumping, so I'm not quite sure how to do
that. Perhaps go into lisp, dump the image, copy the image over the top
of the existing image, and use that?
Ray