How make autoloading functions and fine-grained lapack defsystem
Subject: How make autoloading functions and fine-grained lapack defsystem
From: Robert Dodier
Date: Thu, 22 Apr 2010 14:31:56 -0600
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.
best
Robert Dodier