Skip to content

COMP: #3158 fix NUMPY build on Visual Studio 2010/2012

Isaiah requested to merge github/fork/ihnorton/fix_vs201x_numpy into master

Patch Python distutils to avoid using a manifest as discussed here:

http://mail.scipy.org/pipermail/numpy-discussion/2012-November/064488.html

note: only tested on VS2012, but issue is same for both versions, and is localized by version check.

Merge request reports