summaryrefslogtreecommitdiff
path: root/scipy/weave/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/weave/info.py')
-rw-r--r--scipy/weave/info.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/scipy/weave/info.py b/scipy/weave/info.py
new file mode 100644
index 000000000..346164db2
--- /dev/null
+++ b/scipy/weave/info.py
@@ -0,0 +1,12 @@
+"""
+C/C++ integration
+=================
+
+ inline -- a function for including C/C++ code within Python
+ blitz -- a function for compiling Numeric expressions to C++
+ ext_tools -- a module that helps construct C/C++ extension modules.
+ accelerate -- a module that inline accelerates Python functions
+"""
+postpone_import = 1
+standalone = 1
+ignore = 1