Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2008-04-17 01:39:39
Size: 958
Comment: add link back to global "Sage on Windows" page
Revision 7 as of 2008-11-14 13:41:51
Size: 1010
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Available Toolchains on Windows == This page is part the [[windows|Sage on Windows port]].
Line 16: Line 16:
 * get Cygwin port working again

This page is part the Sage on Windows port.

Proposed

  • Get Cygwin port working again. This depends on libSingular working. The Singular team would be very happy if this happened
  • Take standalone applications and move them over to MinGW and/or MSVC if possible, i.e. the Salami tactic
  • port pexpect to native Windows API - this is needed for MinGW/MSVC to work
  • Once pexpect works we should combine the notebook, matplotlib-based plotting code, the calculus code and maxima to have a basic program useful to a lot of people
  • port the remaining C/C++/Fortran code over to the new toolchain and get closer to a full working Sage

Goals

Until Dev1 in Seattle

  • document tool chain setup
  • get people caught up to speed with tool chain and/or Sage's internal structure [in case they need it]
  • get Cygwin port working again
  • get pari and its dependencies working with MSVC 64 bit
  • analyze what needs to be done to get R up and running with MSVC