Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-02-29 20:17:50
Size: 160
Editor: was
Comment:
Revision 4 as of 2008-03-01 22:41:25
Size: 649
Comment: done: python 2.5.2 build on OSX 10.5 in 64 bit mode
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Get Numpy to build and work on OS X 10.5.x in 64-bit mode = = Get NumPy, SciPy & MatplotLib to build and work on OS X 10.5.x in 64-bit mode =
Line 8: Line 8:
It doesn't just work. It doesn't just work. The problem is that

 * python compiled from source in 64 bit mode on OSX doesn't work out of the box, especially on OSX 10.5. Maybe the freshly release 2.5.2 will help here
 * disutils trouble, related to falgs and build tests
 * it probably works if one builds one's own toolchain, but it should work with XCode 2.5 and 3.0

Done:
 * Python 2.5.2 compiles without any need to patch on OSX 10.5 in 32 and 64 bit mode (provided the right magic flags are passed)

Get NumPy, SciPy & MatplotLib to build and work on OS X 10.5.x in 64-bit mode

PEOPLE: Michael Abshoff

SUMMARY: The title says it all.

ISSUES: It doesn't just work. The problem is that

  • python compiled from source in 64 bit mode on OSX doesn't work out of the box, especially on OSX 10.5. Maybe the freshly release 2.5.2 will help here
  • disutils trouble, related to falgs and build tests
  • it probably works if one builds one's own toolchain, but it should work with XCode 2.5 and 3.0

Done:

  • Python 2.5.2 compiles without any need to patch on OSX 10.5 in 32 and 64 bit mode (provided the right magic flags are passed)

days8/sprint/numpyosx64 (last edited 2008-11-14 13:41:59 by anonymous)