Ralf Hemmecke wrote:
> 
> Report on compilation with various lisp flavours.
> 
> Ubuntu 11.10, 64bit
> fricas r1273 + Waldek's aldor support patch and axext_l.lisp, 
> sys-pkg.lisp removed.
> http://groups.google.com/group/fricas-devel/browse_thread/thread/f45c509c8f8cca04
> 
> 
> 
> gcl --version   # ubuntu package
> GCL (GNU Common Lisp)  2.6.7 CLtL1    Sep 17 2011 21:52:38
> 
>  >clisp --version # ubuntu package
> GNU CLISP 2.49 (2010-07-07) (built on allspice.buildd [127.0.1.1])
> 
>  >ecl --version  #ubuntu package
> ECL 10.3.1
> 
> sbcl --version  #ubuntu package
> SBCL 1.0.50.0.debian
> 
> (Clozure CL) Installed from
> http://svn.clozure.com/publicsvn/openmcl/release/1.7/linuxx86/ccl
> ccl --version
> Version 1.7-r14925M  (LinuxX8664)
> 
> compilation of     gcl   clisp  ccl  ecl sbcl
> fricas             good  good   good bad good
> libaxiom.al        bad   good   good --- good
> compile simple.as  ---   good   good --- good
> run f()            ---   bad    bad  --- good
> 
> In case of clisp I don't actually know whether the compilation of 
> simple.as went OK, but at least AXIOMsys did not seem to complain.
> For ccl, I've checked
> 
> aldor -O -Fasy -Fao -Flsp -laxiom -Mno-ALDOR_W_WillObsolete -DAxiom -Y 
> $AXIOM/algebra -I $AXIOM/algebra simple.as
> echo $?
> 0
> 
> ==================
> (1) ->    Compiling FriCAS source code from file
>        /home/hemmecke/v/git/fricas-bisect/b/simple.as using AXIOM-XL
>        compiler and options
> -O -Fasy -Fao -Flsp -laxiom -Mno-ALDOR_W_WillObsolete -DAxiom -Y 
> $AXIOM/algebra -I $AXIOM/algebra
>        Use the system command )set compiler args to change these
>        options.
>     The )library system command was not called after compilation.
> (1) ->    There are no library operations named f
>        Use HyperDoc Browse or issue
>                                   )what op f
>        to learn if there is any operation containing " f " in its name.
> 
>     Cannot find a no-argument definition or library operation named f .
> 
> ========================
> -- simple.as:
> #include "axiom"
> #pile
> 
> dd1: with
>        f: ()->Integer
>      == add
>        f():Integer == 1
> =======================
> 
> The aldor-interface only seems to work with sbcl.
> 
> Ralf
> 
> PS: The INSTALL file file says that "Clozure CL 1.7 apparently 
> miscompiles FriCAS." How does this manifest?

There are few testsute failures, one when using RealClosure,
another with plotting.

> With Clozure CL and r1273 same results as with applied patches from Waldek.

So the failure is not a new problem?

> PS2: Interesting that it needs less than 7 min to build 
> fricas+libaxiom.al with sbcl but 30 min with ccl (both with make -j8).

Strange.  On my machine build using sbcl takes about 7 min,
while build using Closure Cl about 10 min.  Testsute
when using Closure Cl 1.7 takes only few percent more
time than using sbcl.

-- 
                              Waldek Hebisch
[email protected] 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to