diff options
Diffstat (limited to 'numpy/fft/SConstruct')
-rw-r--r-- | numpy/fft/SConstruct | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/numpy/fft/SConstruct b/numpy/fft/SConstruct index 2f7688cf5..a377d8391 100644 --- a/numpy/fft/SConstruct +++ b/numpy/fft/SConstruct @@ -1,10 +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'])) - -fftpack_lite = env.NumpyPythonExtension('fftpack_lite', - source = ['fftpack_litemodule.c', - 'fftpack.c']) +from numscons import GetInitEnvironment +GetInitEnvironment(ARGUMENTS).DistutilsSConscript('SConscript') |