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:43:30 -0600
On Thu, Apr 22, 2010 at 2:39 PM, Raymond Toy <toy.raymond at gmail.com> wrote:
> This is fine for me, as long as developers don't end up compiling lapack
> every time they compile maxima. :-)
How about if the compilation is triggered by make dist-gzip
(that's also when documentation gets built) and just leave the
compiler output as separate fasl's (or their equivalent for the
Lisp implementation of interest) in the lapack directory.
i.e. it would be like evaluating load(lapack) in Maxima and then
packaging the results.
FWIW
Robert Dodier