From a7eb6e985662108fcf6cd27b0808e26d65a33e4f Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 12 Jun 2008 09:01:13 +0000 Subject: Adapt numpy.lib to new scons build_dir behavior. --- numpy/lib/SConstruct | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'numpy/lib/SConstruct') diff --git a/numpy/lib/SConstruct b/numpy/lib/SConstruct index e09449387..a377d8391 100644 --- a/numpy/lib/SConstruct +++ b/numpy/lib/SConstruct @@ -1,9 +1,2 @@ -# Last Change: Tue May 20 05:00 PM 2008 J -# vim:syntax=python -from numscons import GetNumpyEnvironment, scons_get_paths - -env = GetNumpyEnvironment(ARGUMENTS) -env.Append(CPPPATH = scons_get_paths(env['include_bootstrap'])) - -_compiled_base = env.NumpyPythonExtension('_compiled_base', - source = ['src/_compiled_base.c']) +from numscons import GetInitEnvironment +GetInitEnvironment(ARGUMENTS).DistutilsSConscript('SConscript') -- cgit v1.2.1