Raymond Toy wrote:
> Valery Pipin wrote:
>
>> Hi!
>>
>> I could not load(lapack) within maxima-5.18.0.
>> The last message I have is
>> ..................
>> ; compiling (IN-PACKAGE #:CL-USER)
>>
>> ; /home/va/.maxima/binary/binary-sbcl/share/lapack/binary-
>> sbcl/lapack/dlaed6.fasl written
>> ; compilation finished in 0:00:00.027
>> ;; loading #P"/home/va/.maxima/binary/binary-sbcl/share/lapack/binary-
>> sbcl/lapack/dlaed6.fasl"
>> ;
>> ; compilation unit aborted
>> ; caught 1 fatal ERROR condition
>>
> Can you tell us what the "fatal ERROR condition" is? That will probably
> give us the best hint at what the problem could be.
>
>
>
Valery answered in private that dlaed6.lisp has the error, but the
previous version didn't. I see now that f2cl incorrectly generated
dlaed6.lisp such that a variable is declared to be a single-float but
the wants to assign T to it.
I checked with the latest version of f2cl and it generates dlaed6.lisp
correctly.
I will have to update lapack again.
Is this a showstopper for 5.18.0? I'll try to regenerate the code soon.
Ray