diff options
author | David Cournapeau <cournape@gmail.com> | 2011-05-30 09:10:35 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:27 +0200 |
commit | 7847043c0003c18b617c8eb1c8cd5ffddcaabd21 (patch) | |
tree | da32745f377afc0a65b8e447c6b2ea43b4965430 /numpy/lib/bscript | |
parent | d73761de71e9143ac244d6e8b7a5f9f08e80769c (diff) | |
download | numpy-7847043c0003c18b617c8eb1c8cd5ffddcaabd21.tar.gz |
ENH: update to last bento.
Diffstat (limited to 'numpy/lib/bscript')
-rw-r--r-- | numpy/lib/bscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/bscript b/numpy/lib/bscript index f72d73f67..1b98d2fa2 100644 --- a/numpy/lib/bscript +++ b/numpy/lib/bscript @@ -7,10 +7,10 @@ from bento.commands.hooks \ @pre_build() def pbuild(context): bld = context.waf_context - def builder_compiled_base(bld, extension): + def builder_compiled_base(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, includes=includes, source=extension.sources) |