@@ -34,13 +34,12 @@ Doc wiki
34
34
35
35
Supported platforms and versions
36
36
================================
37
- Python 2.4-2.6 are the currently supported versions on all platforms.
38
- NumPy 1.5 and 2.0 should include support for Python 2.7 and >=3.1.
37
+ Python 2.4-2.7 and >=3.1 are the currently supported versions on all platforms.
39
38
40
39
OS X
41
40
----
42
- OS X 10.4 (Tiger), 10.5 (Leopard) and 10.6 (Snow Leopard) are supported for the 1.4.x
43
- releases. Note that only the Python from `python.org <http://python.org>`_ is
41
+ OS X 10.4 (Tiger), 10.5 (Leopard) and 10.6 (Snow Leopard) are supported.
42
+ Note that only the Python from `python.org <http://python.org>`_ is
44
43
supported. Binaries do *not* support Apple Python.
45
44
46
45
Windows
@@ -67,22 +66,29 @@ Compilers
67
66
The same gcc version is used as the one with which Python itself is built on
68
67
each platform. At the moment this means:
69
68
70
- * OS X uses gcc 4.0
69
+ * OS X uses gcc- 4.0 (since that is what Python itself is built with).
71
70
* Windows build uses latest released version from MinGW, now at 3.4.5.
72
71
73
- Cython >= 0.12 is needed.
72
+ Cython is not needed for building the binaries, because generated C files from
73
+ Cython sources are checked in at the moment. It is worth keeping an eye on what
74
+ Cython versions have been used to generate all current C files, it should be
75
+ the same and most recent version (0.12.1 as of now).
74
76
75
77
Fortran: on OS X gfortran from `this site <http://r.research.att.com/tools/>`_
76
78
is used. On Windows g77 (included in MinGW) is the current default, in the future
77
79
this may shift to gfortran as well.
78
80
79
81
Python
80
82
------
81
- * Python from `python.org <http://python.org>`_
83
+ * Python(s) from `python.org <http://python.org>`_
82
84
* virtualenv
83
85
* paver
84
86
* bdist_mpkg
85
- * `numpy-macosx-installer <http://github.com/cournape/numpy-macosx-installer>`_
87
+
88
+ Python itself should be installed multiple times - each version a binary is
89
+ built for should be installed. The other dependencies only have to be installed
90
+ for the default Python version on the system. The same applies to the doc-build
91
+ dependencies below.
86
92
87
93
Building docs
88
94
-------------
@@ -154,7 +160,7 @@ What is released
154
160
155
161
Binaries
156
162
--------
157
- Windows binaries in "superpack" form for Python 2.5 and 2.6. A superpack
163
+ Windows binaries in "superpack" form for Python 2.5/ 2.6/2.7/3.1 . A superpack
158
164
contains three builds, for SSE2, SSE3 and no SSE.
159
165
160
166
OS X binaries are made in dmg format, targeting only the Python from
0 commit comments