Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35952aa

Browse files
author
Ralf Gommers
committed
DOC: describe required version of GCC in MinGW on Windows in release doc.
1 parent 909010a commit 35952aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/HOWTO_RELEASE.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ The same gcc version is used as the one with which Python itself is built on
6767
each platform. At the moment this means:
6868

6969
* OS X uses gcc-4.0 (since that is what Python itself is built with).
70-
* Windows build uses latest released version from MinGW, now at 3.4.5.
70+
* Windows build uses the latest released version from MinGW. Note that NumPy
71+
releases until 1.6.x and SciPy releases until 0.10.x were made with GCC
72+
3.4.5. For NumPy 1.7.x ad later GCC 4.x is required.
7173

7274
Cython is not needed for building the binaries, because generated C files from
7375
Cython sources are checked in at the moment. It is worth keeping an eye on what

0 commit comments

Comments
 (0)