From df259db01ecf69d518fffd398dd6fb5cf60f1ba1 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 13 Jan 2013 10:04:44 -0700 Subject: DEP: Remove scons related files and code. This removes files and code supporting scons builds. After this change numpy will only support builds using distutils or bento. The removal of scons has been discussed on the list several times and a decision has been made that scons support is no longer needed. This was originally discussed for numpy 1.7 and because the distutils and bento methods are still available we are skipping the usual deprecation period. --- numpy/distutils/command/build_ext.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'numpy/distutils/command/build_ext.py') diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py index f63d5249c..3a552897c 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -231,11 +231,6 @@ class build_ext (old_build_ext): # Build extensions self.build_extensions() - # Make sure that scons based extensions are complete. - if self.inplace: - cmd = self.reinitialize_command('scons') - cmd.inplace = 1 - self.run_command('scons') def swig_sources(self, sources): # Do nothing. Swig sources have beed handled in build_src command. -- cgit v1.2.1