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/numarray/SConscript | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 numpy/numarray/SConscript (limited to 'numpy/numarray/SConscript') diff --git a/numpy/numarray/SConscript b/numpy/numarray/SConscript deleted file mode 100644 index f2d18a400..000000000 --- a/numpy/numarray/SConscript +++ /dev/null @@ -1,7 +0,0 @@ -# Last Change: Thu Jun 12 06:00 PM 2008 J -# vim:syntax=python -from numscons import GetNumpyEnvironment - -env = GetNumpyEnvironment(ARGUMENTS) -env.Prepend(CPPPATH=['numpy', "#$build_prefix/numpy/core/src/private"]) -env.NumpyPythonExtension('_capi', source = ['_capi.c']) -- cgit v1.2.1