summaryrefslogtreecommitdiff
path: root/numpy/fft
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2011-05-30 09:10:35 +0900
committerDavid Cournapeau <cournape@gmail.com>2011-08-29 00:32:27 +0200
commit7847043c0003c18b617c8eb1c8cd5ffddcaabd21 (patch)
treeda32745f377afc0a65b8e447c6b2ea43b4965430 /numpy/fft
parentd73761de71e9143ac244d6e8b7a5f9f08e80769c (diff)
downloadnumpy-7847043c0003c18b617c8eb1c8cd5ffddcaabd21.tar.gz
ENH: update to last bento.
Diffstat (limited to 'numpy/fft')
-rw-r--r--numpy/fft/bscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/fft/bscript b/numpy/fft/bscript
index 2c6a0fe1e..67a367950 100644
--- a/numpy/fft/bscript
+++ b/numpy/fft/bscript
@@ -8,10 +8,10 @@ from bento.commands.hooks \
def build(context):
bld = context.waf_context
- def build(bld, extension):
+ def build(extension):
includes = ["../core/include", "../core/include/numpy", "../core",
"../core/src/private"]
- bld(features="c cshlib pyext",
+ bld(features="c cshlib pyext bento",
target=extension.name,
source=extension.sources,
includes=includes)