LAPACK with maxima



Valery Pipin wrote:
> This works for me with cmucl.
> For sbcl the compilation of breaks at dgesvd.
>
>   
[snip]
> !
> I was in puzzle. Why dgesvd could not be compiled together with others 
> modules?
> I found that in lapack.system definitions for dgesvd routine have option 
> (:byte-compile t) while others routines have no it.
> I commented it out. After this compilation and loading of lapack  for sbcl was 
> successful from the begining. I wish I know lisp better to avoid this blind 
> changes
>   
Oops.  On my ppc system, it was taking some 15 minutes to compile that
6000 line file.  Since it's just a wrapper, I told CMUCL to byte-compile
it which is much, much faster.  But that's a CMUCL thing, so you did the
right thing for sbcl.

I'll fix that and a few more mistakes soon.

Happy Holidays,

Ray