summaryrefslogtreecommitdiff
path: root/numpy/numarray/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/SConscript')
-rw-r--r--numpy/numarray/SConscript7
1 files changed, 0 insertions, 7 deletions
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'])