summaryrefslogtreecommitdiff
path: root/numpy/fft/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/fft/SConscript')
-rw-r--r--numpy/fft/SConscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/numpy/fft/SConscript b/numpy/fft/SConscript
deleted file mode 100644
index adceea011..000000000
--- a/numpy/fft/SConscript
+++ /dev/null
@@ -1,8 +0,0 @@
-# Last Change: Thu Jun 12 06:00 PM 2008 J
-# vim:syntax=python
-from numscons import GetNumpyEnvironment
-
-env = GetNumpyEnvironment(ARGUMENTS)
-
-env.NumpyPythonExtension('fftpack_lite',
- source = ['fftpack_litemodule.c', 'fftpack.c'])