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/random/bscript | |
parent | d73761de71e9143ac244d6e8b7a5f9f08e80769c (diff) | |
download | numpy-7847043c0003c18b617c8eb1c8cd5ffddcaabd21.tar.gz |
ENH: update to last bento.
Diffstat (limited to 'numpy/random/bscript')
-rw-r--r-- | numpy/random/bscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/random/bscript b/numpy/random/bscript index 05c54562d..371f30a2a 100644 --- a/numpy/random/bscript +++ b/numpy/random/bscript @@ -12,10 +12,10 @@ def build(context): raise NotImplementedError("Check for wincrypt stuff") raise NotImplementedError("Check for mingw time workaround stuff") - def builder(bld, extension): + def builder(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) |