diff options
| author | Christoph Gohlke <cgohlke@uci.edu> | 2013-05-21 17:28:24 -0600 |
|---|---|---|
| committer | Christoph Gohlke <cgohlke@uci.edu> | 2013-05-22 00:13:29 -0700 |
| commit | dea0fe58708b548925778ec30fdc6e7a4cb5bbf4 (patch) | |
| tree | 74b48a90a4744b29887170c22820548e13121371 /numpy/distutils/ccompiler.py | |
| parent | 074d3037cf4cb23e8ee825fc06ea1209daf53d1a (diff) | |
| download | numpy-dea0fe58708b548925778ec30fdc6e7a4cb5bbf4.tar.gz | |
MAINT: Remove msvc_on_amd64 function
This function is no longer required for building with msvc on AMD64
Diffstat (limited to 'numpy/distutils/ccompiler.py')
| -rw-r--r-- | numpy/distutils/ccompiler.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/distutils/ccompiler.py b/numpy/distutils/ccompiler.py index 51a349aea..48f6f09b6 100644 --- a/numpy/distutils/ccompiler.py +++ b/numpy/distutils/ccompiler.py @@ -16,7 +16,7 @@ from distutils.version import LooseVersion from numpy.distutils import log from numpy.distutils.exec_command import exec_command from numpy.distutils.misc_util import cyg2win32, is_sequence, mingw32, \ - quote_args, msvc_on_amd64 + quote_args from numpy.distutils.compat import get_exception @@ -654,6 +654,3 @@ def split_quoted(s): return words ccompiler.split_quoted = split_quoted ##Fix distutils.util.split_quoted: - -# define DISTUTILS_USE_SDK when necessary to workaround distutils/msvccompiler.py bug -msvc_on_amd64() |
