diff options
author | Roland Kaufmann <roland.kaufmann@uni.no> | 2017-01-22 20:24:07 +0100 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-01-22 12:24:07 -0700 |
commit | 1c8ecc783c43269631b1fdc8f9e06355d231aec6 (patch) | |
tree | 7dd73a2791b5c0ed05f624b2195ff2ca7bd90f48 /doc/release | |
parent | d25e7332ab1579aa71d481fdb382c477bf4a2b22 (diff) | |
download | numpy-1c8ecc783c43269631b1fdc8f9e06355d231aec6.tar.gz |
Fix building extensions with MinGW in WinPython 3.4 (#8454)
MAINT: Fix building extensions with MinGW in WinPython 3.4
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.13.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst index ddb1c8ec2..b54e48ba7 100644 --- a/doc/release/1.13.0-notes.rst +++ b/doc/release/1.13.0-notes.rst @@ -83,6 +83,10 @@ for instance). Note that this does not remove the need for Mingwpy; if you make extensive use of the runtime, you will most likely run into issues_. Instead, it should be regarded as a band-aid until Mingwpy is fully functional. +Extensions can also be compiled using the MinGW toolset using the runtime +library from the (moveable) WinPython 3.4 distribution, which can be useful for +programs with a PySide1/Qt4 front-end. + .. _MinGW: https://sf.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/6.2.0/threads-win32/seh/ .. _issues: https://mingwpy.github.io/issues.html |