Differences between revisions 2 and 55 (spanning 53 versions)
Revision 2 as of 2008-07-08 21:00:11
Size: 939
Editor: was
Comment:
Revision 55 as of 2022-04-05 02:08:12
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Getting Sage-3.0.4 to build and pass all tests on Skynet =

To get from rc0 to rc1 from within a built sage do this:
{{{
sage: hg_sage.apply('http://sage.math.washington.edu/home/was/patches/a.hg')
sage: hg_sage.merge()
sage: hg_sage.ci()
}}}
Then do "./sage -br" at the prompt.


== eno: x86_64-Linux-fc8 ==

Using gcc-4.3.1:

I (william) can't build ntl. I'm totally stuck until getting past this.

== cicero: x86-Linux-fc8 ==

Using gcc-4.1.2: build fine out of the box; all tests for rc1 pass.

== cleo: ia64-Linux-rhel5 ==



== iras: ia64-Linux-suse ==

There is a major bug in flint. See http://trac.sagemath.org/sage_trac/ticket/3616

== menas: x86_64-Linux-suse ==

With gcc-4.2.1 and reverting to the old version of clisp
all tests pass for sage-4.3.1.rc0:
{{{
sage -i clisp-2.41.p14.spkg
sage -f maxima-5.13.0.p2.spkg
}}}

Without reverting clisp, maxima hangs on certain integrals.