Differences between revisions 12 and 13
Revision 12 as of 2009-02-04 03:35:04
Size: 1851
Editor: DanShumow
Comment:
Revision 13 as of 2009-02-18 03:40:04
Size: 1969
Editor: DanShumow
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 Comes with support for MSFT visual studio 8.0 projects / solutions.  Comes with support for MSFT visual studio 8.0 projects / solutions.<<BR>>
 [[windows/DeathMatch/HackingVS2k8/|Click here]] for ways that I have hacked the python visual studio build
Line 24: Line 25:

SAGE Windows DEATH MATCH

This is the python extension that Sage will need. The goal is to create an MSI (in visual studio) that installs all of this stuff.

Level 0 -- Sage Ultraflyweight

These are the first things that we need to get up and running. Python is not pure python, but the other ones are.

Level 1

  • sympy
  • wexpect

Level 2

  • numpy
  • matplotlib
  • networkx
  • Cython

Level 3

  • cvxopt
  • docutils
  • freetype
  • libpng
  • moin
  • pycrypto
  • scipy
  • scons
  • setuptools
  • Sphinx
  • SQLAlchemy
  • zlib
  • ZODB

Level 4

  • Sage's "lite" library -- Will take William a few days to write. This will provide the notebook and pexpect interfaces.