[Numpy-svn] [numpy/numpy] fa0ec1: BLD: fix build issues with MSVC10 on Windows. Clo...

GitHub noreply at github.com
Sun Jul 20 17:50:09 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: fa0ec11c1e653a51a047ab7b572546886ba3cd8a
      https://github.com/numpy/numpy/commit/fa0ec11c1e653a51a047ab7b572546886ba3cd8a
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-07-20 (Sun, 20 Jul 2014)

  Changed paths:
    M numpy/distutils/command/config.py

  Log Message:
  -----------
  BLD: fix build issues with MSVC10 on Windows.  Closes gh-4245.

Note that there are a few similar patches posted to gh-4101 and gh-4245.
Those were all patches to msvc9compiler in Python distutils.
Monkeypatching ``MSVCCompiler.link`` is less easy than this change
to ``config._check_compiler``; effect should be the same.

Also updates the error message shown when initializing MSVC fails.

[ci skip]


  Commit: bd0a4f36728044fce2f6f4590db72bc089685411
      https://github.com/numpy/numpy/commit/bd0a4f36728044fce2f6f4590db72bc089685411
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-20 (Sun, 20 Jul 2014)

  Changed paths:
    M numpy/distutils/command/config.py

  Log Message:
  -----------
  Merge pull request #4892 from rgommers/msvc10-fix

BLD: fix build issues with MSVC10 on Windows.  Closes gh-4245.


Compare: https://github.com/numpy/numpy/compare/3c6631574333...bd0a4f367280


More information about the Numpy-svn mailing list