summaryrefslogtreecommitdiff
path: root/numpy/lib/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/SConscript')
-rw-r--r--numpy/lib/SConscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/numpy/lib/SConscript b/numpy/lib/SConscript
deleted file mode 100644
index 2d1ed5576..000000000
--- a/numpy/lib/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=["#$build_prefix/numpy/core/src/private"])
-env.NumpyPythonExtension('_compiled_base', source = ['src/_compiled_base.c'])