[Numpy-svn] [numpy/numpy] a3df12: BLD: import setuptools to allow compile with VS200...

GitHub noreply at github.com
Sun Oct 11 14:46:28 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a3df126f1e9f39e91d684e5eaad26a844566ea12
      https://github.com/numpy/numpy/commit/a3df126f1e9f39e91d684e5eaad26a844566ea12
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  BLD: import setuptools to allow compile with VS2008 python2.7 sdk

Needed to build numpy with Microsoft Visual C++ Compiler for Python 2.7
Otherwise one gets an Unable to find vcvarsall.bat error

SET DISTUTILS_USE_SDK=1
SET MSSdk=1

triggers the same from distutils.


  Commit: 2b7eefbe0b146e5d4d0be991eb197c2fc8489893
      https://github.com/numpy/numpy/commit/2b7eefbe0b146e5d4d0be991eb197c2fc8489893
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-10-11 (Sun, 11 Oct 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Merge pull request #6439 from juliantaylor/sdk-compile

BLD: import setuptools to allow compile with VS2008 python2.7 sdk


Compare: https://github.com/numpy/numpy/compare/20ef48799aaa...2b7eefbe0b14


More information about the Numpy-svn mailing list