How make autoloading functions and fine-grained lapack defsystem
Subject: How make autoloading functions and fine-grained lapack defsystem
From: Raymond Toy
Date: Thu, 22 Apr 2010 16:39:45 -0400
On 4/22/10 4:31 PM, Robert Dodier wrote:
> On Thu, Apr 22, 2010 at 8:24 AM, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>> Opinions?
>
> Well, since lapack is big, and gets used often enough,
> I'm inclined to just compile it when a package is built
> and ship the binary. Either as separate fasl's or .o's
> or one fasl or .so, or load it into the main Maxima image,
> I don't really care; so long as we can avoid having the user
> compile lapack.
This is fine for me, as long as developers don't end up compiling lapack
every time they compile maxima. :-)
Ray