compiling linearalgebra



Barton Willis wrote:
> If you use linearalgebra (or CVS mnewton), you might like to compile
> the lisp code in linearalgebra ; do this using:
> 
> map(lambda([s], compile_file(file_search(concat(s,".lisp")))),
>    ["polynomialp", "mring", "lu","linalgcholesky", "eigens-by-jacobi",
>         "linalg-extra", "matrixexp", "linalg-utilities"]);
> 

Since these are all lisp files, would it make sense to include a 
defsystem file for them, so you could just load up another lisp file 
that would compile them all, if needed?  I think the affine package does 
that, as well as the lapack package.

> 
> And by the way, this morning I can't CVS update. Is this my problem?

I couldn't update this morning either.  It might be fixed now.

Ray