Differences between revisions 40 and 42 (spanning 2 versions)
Revision 40 as of 2009-08-04 13:17:12
Size: 1058
Editor: DavidKirkby
Comment:
Revision 42 as of 2009-08-04 15:08:20
Size: 1401
Editor: DavidKirkby
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
As of the 4th August 2009, where the latest developer release of Sage is 4.1.1.rc0, Sage will build on SPARC. It has been successfully built on: As of the 4th August 2009, several older copies of Sage have been built. The most recent is:
Line 12: Line 12:
* A Sun Blade 2000 running Solaris 10 update 7 using gcc 4.4.0.  * Sage 4.1.1.rc0 (a developer release) was built on a Sun Blade 2000 running Solaris 10 update 7. For this, gcc/g++/gfortran versions were 4.4.0. The GNU compilers were built to use the Sun linker (/usr/ccs/bin/ld) and the Sun assembler (/usr/ccs/bin/as).
Line 14: Line 14:
However, there are a few issues, which make the build not as simple as typing 'make' and coming back to find Sage running. === Issues ===
Line 16: Line 16:
* The lisp interpreter 'ecl' used in Sage
Currently, attempts are only being made to build Sage in 32-bit with gcc, although full support is the Sun Studio Compiler Suite is planned.
 * ECL which is an implementation of the Common Lisp language is used inside Sage for Maxima. The version of ECL in Sage will not build on Solaris SPARC. Neither will version 9.4.1 of ECL, which is the latest as I write. However, the ECL developers have fixed the issue in the latest CVS. A new release of ECL is expected before the 9th August. This will then be integrated into Sage. Before this, an experimental package of ecl is available, which solves this issue.
Line 19: Line 18:
== Status ==  * Maxima will not build. This is because of a bug in Maxima, which has been noticed for the first time in 35 years. It was only noticed when the newest ECL detected the error.
Line 21: Line 20:
Various versions of Sage have been built on both OpenSolaris (x86) and on Solaris 10 on SPARC. However, the build process will require some manual intervention.

== Issues ==
=== Building Sage on Solaris SPARC ==

The Solaris Port of Sage

This page tracks the Solaris port of Sage. This page is primarily maintained by David Kirkby.

Goal

The goals of this port are to get Sage compiling and passing all doctests on OpenSolaris (x86/x86-64) as well as 32 and 64 bit SPARC on Solaris 10 and higher.

SPARC status

As of the 4th August 2009, several older copies of Sage have been built. The most recent is:

  • Sage 4.1.1.rc0 (a developer release) was built on a Sun Blade 2000 running Solaris 10 update 7. For this, gcc/g++/gfortran versions were 4.4.0. The GNU compilers were built to use the Sun linker (/usr/ccs/bin/ld) and the Sun assembler (/usr/ccs/bin/as).

Issues

  • ECL which is an implementation of the Common Lisp language is used inside Sage for Maxima. The version of ECL in Sage will not build on Solaris SPARC. Neither will version 9.4.1 of ECL, which is the latest as I write. However, the ECL developers have fixed the issue in the latest CVS. A new release of ECL is expected before the 9th August. This will then be integrated into Sage. Before this, an experimental package of ecl is available, which solves this issue.
  • Maxima will not build. This is because of a bug in Maxima, which has been noticed for the first time in 35 years. It was only noticed when the newest ECL detected the error.

=== Building Sage on Solaris SPARC ==