Differences between revisions 13 and 14
Revision 13 as of 2009-02-21 21:30:07
Size: 2953
Comment: Add Sage 3.3 releases available on sage.math
Revision 14 as of 2022-03-30 20:07:03
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= List of Sage Binaries on Sage.math =

Below is a list of the available Sage binaries on sage.math. These are stored in /disk/scratch/mabshoff-sage-releases$/ and as they become available should be in $PATH via sage-x.y.z[.w.v]. Those binaries can be used to test regressions or run some code that only works on older versions. You can also satisfy your personal curiosity about what it was like to run Sage x.y.z in ye ole' 2006. Once we have a reasonable number of working binaries we will add them to a special edition of the Sage VMWare image. Note that we might have to slightly patch releases to make them work, but we will note so for each individual release.

== Sage 3.x ==

=== Sage 3.3 ===

To make debugging and regression testing easier we have decided to keep alpha as well as rc release in addition to the final release on sage.math. From the 3.3 series we have available:

 * sage-3.3
 * sage-3.3.rc3
 * sage-3.3.rc2
 * sage-3.3.rc1
 * sage-3.3.rc0
 * sage-3.3.alpha6
 * sage-3.3.alpha5
 * sage-3.3.alpha4
 * sage-3.3.alpha3
 * sage-3.3.alpha2
 * sage-3.3.alpha1
 * sage-3.3.alpha0

All releases were build with the system compiler and do pass all doctests.

=== Sage 3.2.3 ===

 * working
 * build with gcc 4.2.3 (system compiler)

=== Sage 3.2.2 ===

 * working
 * build with gcc 4.2.3 (system compiler)
 * needs one patch applied to work around init.sage issue

=== Sage 3.2.1 ===

 * working
 * build with gcc 4.2.3 (system compiler)

=== Sage 3.2 ===

 * working
 * build with gcc 4.2.3 (system compiler)

== Sage 2.x ==


=== Sage 2.6 ===

 * build with gcc 4.0.4
 * all doctests pass

=== Sage 2.5 ===

 * build with gcc 4.0.4
 * all doctests pass

=== Sage 2.0 ===

 * build with gcc 4.0.4
 * all doctests pass
 * with gcc 4.2.3: gmp-4.2.1.p4: disable "# export ABI CFLAGS CXXFLAGS"
 * failed to build with gcc 4.2.3 (system compiler) due to problems when building an extension that uses givaro

== Sage 1.x ==

=== Sage 1.2.0 ===

 * build with gcc 4.0.4
 * One doctest failure:
{{{
[*] devel/sage-1.2.0/sage/schemes/plane_curves/projective_curve.py
}}}

=== Sage 1.0.0 ===

Fixes/Issues/Status:

 * mwrank.spkg fails with namespace issue with gcc 4.2.3 (System gcc)
 * build with gcc 4.0.4
 * One doctest failure:
{{{
[*] devel/sage-1.0.0/sage/databases/lincodes.py
}}}

== Sage 0.x ==

=== Sage 0.10.0 ===

 * build with gcc 4.0.4
 * no test suite, but it starts up.

=== Sage 0.9.10 ===

 * build with gcc 4.0.4
 * no test suite, but it starts up.

== In Progress ==

None

== Failed ==

=== Sage 2.10 ===

 * build with gcc 4.0.4
 * broken due to NTL missing some symbol related to glibc - strange bug?

=== Sage 2.7 ===

 * Does not have a fortran.spkg, but requires Fortran, so it fails while looking for gfortran


== Compiler support ==

 * gcc 4.2.x support was probably introduced with Sage 2.8.14