Differences between revisions 4 and 40 (spanning 36 versions)
Revision 4 as of 2009-12-29 00:49:07
Size: 1936
Editor: DavidKirkby
Comment: Add data on Solaris and HP-UX. Perhaps compiler type should be included, as Sage build with gcc but not Sun Studio on Solaris 10
Revision 40 as of 2022-04-05 05:46:13
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Compile and test results for Sage 4.3 =


<<TableOfContents>>


= Linux =

||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Red Hat Enterprise Linux Server 5.4 || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || Yes || Pass ||
|| Ubuntu 8.04.3 LTS || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || Yes || Pass ||


= Mac OS X =

||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||


= Unix =

||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Solaris 10 update 6 || Sun T5240 2 x T2+ !CoolThreads (Niagra) CPUs @ 1167 MHz || 32 GB || Yes || n Failures ||
|| HP-UX 11.11 || HP C3600 1 x PA-8600 (PA-RISC) CPU @ 552 MHz || 8 GB || No || N/A ||
|| Open Solaris 06/2009 || Sun Ultra 27 Intel(R) Xeon(R) CPU W3580 @ 3.33 GHz || 12 GB || No || N/A ||

Note. Sage 4.3 will only build on Solaris 10 if one of the following three conditions is met:
 * Sun Studio is '''not''' installed
 * Sun Studio is installed, but its location moved to a non-standard one, so it can't be found.
 * William's patch #2 at http://trac.sagemath.org/sage_trac/ticket/6595 is applied. (This breaks the build on some OS X versions, so it was not included in Sage 4.3. A revised version should allow Solaris to build, without breaking the build on OS X)