load(lapack);



Thank you Raymond and Robert for you answers.  Just for the record, I
were able to load lapack by starting maxima with a larger heap as you
both suggested.  The incantation that worked was is the following
(maxima with sbcl):

  maxima --lisp-options='--dynamic-space-size 2048'

Raymond, you were right.  The problem on OSX where a completely
unrelate bug due tu macports.

Thank you again for your suggestions!

Marco


2013/3/4 Robert Dodier <robert.dodier at gmail.com>:
> On 2013-03-02, Marco Maggesi <maggesi at math.unifi.it> wrote:
>
>> I have a problem with the lapack package.  I try to load the lapack package with
>>
>> $ maxima
>> Maxima 5.29.1 http://maxima.sourceforge.net
>> using Lisp SBCL 1.1.3.nixos
>> Distributed under the GNU Public License. See the file COPYING.
>
>> (%i1) load(lapack);
>>
>> and I get the following error:
>>
>> ; compiling file
>> "/nix/store/lrryaf5n0ldyp8zd4rivalnggbg9sap6-maxima-5.29.1/share/maxima/5.29.1/share/lapack/lapack/dgesvd.lisp"
>> (written 01 JAN 1970 01:00:01 AM):
>> ; compiling (IN-PACKAGE :LAPACK)
>> ; compiling (LET* (# #) ...)Heap exhausted during garbage collection:
>
> I get the same error w/ SBCL 1.0.49 on Xubuntu 8.04. I don't have any
> advice except maybe there's an option to tell SBCL to allocate more
> memory. Just a guess.
>
> best
>
> Robert Dodier
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima