summaryrefslogtreecommitdiff
path: root/numpy/lib/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/SConscript')
-rw-r--r--numpy/lib/SConscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/lib/SConscript b/numpy/lib/SConscript
new file mode 100644
index 000000000..e09449387
--- /dev/null
+++ b/numpy/lib/SConscript
@@ -0,0 +1,9 @@
+# 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'])