MAINT: Add Mingw distutils support for Python compiled using MSVCR 14.#6875
MAINT: Add Mingw distutils support for Python compiled using MSVCR 14.#6875tharen wants to merge 2 commits into
Conversation
tharen
commented
Dec 23, 2015
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.
|
Does this actually work? I can't see how this can possibly work -- |
|
Interesting... It does for me, but then the library I compiled with it was I'm a bit outside my wheelhouse. This all seems a bit fragile and Here are a couple links that I found informative. On Tue, Dec 22, 2015 at 5:35 PM, Nathaniel J. Smith <
|
|
Unfortunately, linking to
We're actually right now discussing how to get this right with the UCRT designers at MS, so it will happen (see also https://mingwpy.github.io), but I'm going to close this PR for now until the mingw-w64 side of things has been sorted out. Thanks for your efforts, and sorry that this is such a mess... we're working on it :-) |
|
OK. I caught that bit about linking ucrtbase after the fact. Nothing is
|