From ebd770a34e4d2e9326eca18e5a45c14ab75c56f0 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 12 Mar 2009 16:34:36 +0000 Subject: Back out VS 2003 hack - it is too fragile. --- numpy/distutils/command/build_src.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'numpy/distutils/command/build_src.py') diff --git a/numpy/distutils/command/build_src.py b/numpy/distutils/command/build_src.py index 6d18f64e6..4ba3f0a9a 100644 --- a/numpy/distutils/command/build_src.py +++ b/numpy/distutils/command/build_src.py @@ -275,13 +275,6 @@ class build_src(build_ext.build_ext): #for f in h_files: # self.distribution.headers.append((package,f)) - hack_name = os.path.join(os.path.dirname(__file__), - os.pardir, "mingw", "gfortran_vs2003_hack.c") - target_c = os.path.join(self.build_src, - "gfortran_vs2003_hack.c") - import shutil - shutil.copy(hack_name, target_c) - #sources.append(target_c) ext.sources = sources def generate_sources(self, sources, extension): -- cgit v1.2.1