Hello, The build worked perfectly with SAGE 2.7.3 on Ubuntu 7.04 on a Core 2 Duo.
--Mike On 8/14/07, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > Recently Waldek created a (forked) version of Axiom called "FriCAS", > which means "free CAS". He set things up so it builds and installs > in the SAGE environment in about 10-15 minutes (instead of hours > for the previous version of Axiom). I've created a SAGE package and > would like to request SAGE users to test out building this package on > OS X and Linux. To try the package just do this: > > sage -i axiom4sage-0.3.1.spkg > > After about 10-15 minutes you should then be able to do this: > > sage -axiom > > and see something like what is listed below. Thanks! > > fermat:~/sage-2.7.3 was$ ./sage -axiom > i i i i i i i ooooo o ooooooo ooooo ooooo > I I I I I I I 8 8 8 8 8 o 8 8 > I \ `+' / I 8 8 8 8 8 8 > \ `-+-' / 8 8 8 ooooo 8oooo > `-__|__-' 8 8 8 8 8 > | 8 o 8 8 o 8 8 > ------+------ ooooo 8oooooo ooo8ooo ooooo 8 > > Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 > Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 > Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 > Copyright (c) Bruno Haible, Sam Steingold 1999-2000 > Copyright (c) Sam Steingold, Bruno Haible 2001-2006 > > FriCAS (AXIOM fork) Computer Algebra System > Version: FriCAS 2007-07-19 > Timestamp: Tuesday August 14, 2007 at 12:34:52 > ----------------------------------------------------------------------------- > Issue )copyright to view copyright notices. > Issue )summary for a summary of useful system commands. > Issue )quit to leave AXIOM and return to shell. > ----------------------------------------------------------------------------- > > (1) -> 2 + 3 > > (1) 5 > Type: PositiveInteger > (2) -> integrate(sin(x)*cos(x), x) > > > > > On 8/14/07, Gabriel Dos Reis <[EMAIL PROTECTED]> wrote: > > On Tue, 14 Aug 2007, Bill Page wrote: > > > > | > > | Waldek > > | > > | We haven't heard much from you on this list lately. :-( I presume you > > | have been busy with other things or perhaps on vacation? > > | > > | On 7/27/07, you wrote: > > | > ... > > | > I have put a tarball at: > > | > > > | > http://www.math.uni.wroc.pl/~hebisch/prog/fricas-25.nn4.tar.bz2 > > | > > > | > Configuration and dependencies are like in regular FriCAS build, > > | > the difference is that this tarball skips testsuite run (you > > | > can still run tests by hand typing "make all-input") and uses > > | > precompiled Lisp (and databases) for algebra build. > > | > > > | > Disclaimer: this is relatively quick hack, intended mostly as a > > | > proof of concept. > > | > > > | > > | Your "proof of concept" is about to be released to Sage users as a > > | package called 'axiom4sage-0.3.1'. If there are other things that you > > | think should be done on this build, please let's discuss it. (E.g. I > > | know you also experimented with a faster build that did not re-start > > | clisp for every algebra file. Does that work? Does it need more > > | testing?) > > | > > | Anyway, here is a very small patch needed to build this version of > > | FriCAS on MAC OSX: > > | > > | [EMAIL PROTECTED]:~/packages$ diff -au > > | axiom4sage-0.3/src/configure.ac.pamphlet > > | axiom4sage-0.3.1/src/configure.ac.pamphlet > > | --- axiom4sage-0.3/src/configure.ac.pamphlet 2007-07-27 > > | 03:36:44.000000000 -0700 > > | +++ axiom4sage-0.3.1/src/configure.ac.pamphlet 2007-08-14 > > | 06:40:43.000000000 -0700 > > | @@ -530,7 +530,7 @@ > > | *solaris*) > > | AC_DEFINE([SUNplatform], [], [SunOS flavour]) > > | ;; > > | - powerpc*darwin*) > > | + *darwin*) > > | AC_DEFINE([MACOSXplatform], [], [MACOX flavour]) > > | CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE \ > > | -I/usr/include -I/usr/include/sys" > > | [EMAIL PROTECTED]:~/packages$ > > | > > | ----------- > > | > > | Of course you also need to run 'build-setup.sh'. > > | > > | I think the change is self-explanatory: Not all MAC OSX systems > > | identify themselves as "powerpc...". I think '*darwin*' will be > > | sufficient, right? > > > > I believe that is OK. When I put that pattern in, I was being overly > > conservative at the time. > > > > -- Gaby > > > > > -- > William Stein > Associate Professor of Mathematics > University of Washington > http://www.williamstein.org > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---