installer for maxima with ccl on windows



On Mon, Feb 28, 2011 at 7:33 PM, Dieter Kaiser <drdieterkaiser at web.de> wrote:
> Am Sonntag, den 27.02.2011, 22:26 +0100 schrieb Andrej Vodopivec:
>> I have uploaded an installer for maxima compiled with ccl to
>> http://dl.dropbox.com/u/3305126/maxima-5.23.2.exe
>>
>> Please try it so that we can see if ccl is a possible alternative for
>> gcl on Windows. The documentation is not built correctly but this is
>> not related to ccl.
>>
>> Andrej
>
> Hello Andrej,
>
> I have successfully downloaded and installed the CCL version of Maxima.
> I have run the testsuite and the share_testsuite. One testfile in the
> share_testsuite had a problem. Most of the tests failed. Furthermore,
> the output of the summary looked very stranger. I have not the the output
> on my current computer. I will try to post the output later.
>
> Dieter Kaiser

I only get three errors in share_testsuite:

Running tests in rtestprintf:
********************** Problem 27 ***************
Input:
printf(false, |~30<foo~;bar~;baz~>|)


Result:
|foo           bar          baz|

This differed from the expected result:
|foo          bar           baz|

********************** Problem 54 ***************
Input:
printf(false, ~d ~v,v^~f , 0, 1, 2, 3)


Result:
0 3.0S0

This differed from the expected result:
0 3.0


Running tests in rtest_hg:
********************** Problem 124 ***************
Input:
is(abs(nfloat(id, [a = %i + 1.67, b = - 56.5, x = 11.88 %i + 10.42], 15)) <
                                                                       5.0E-14)


Result:
error-catch

This differed from the expected result:
true

Andrej