MAINT: Add Mingw distutils support for Python compiled using MSVCR 14. by tharen · Pull Request #6875 · numpy/numpy
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 12.3k
Conversation
Attempting to compile extensions with Mingw, cygwin, etc. for Python
distributions compiled using Visual Studio 2015 would result in errors
related to the MSVC version names. This commit adds support to the Numpy
distutils modules for the new naming convention.
This is related to https://bugs.python.org/issue25251 and requires the
attached patch for distutils/cygwinccompiler.py.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters