diff options
author | David Cournapeau <cournape@gmail.com> | 2011-03-07 20:14:23 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:21 +0200 |
commit | 026876020592b9720f029b109cc0d4837710689a (patch) | |
tree | 61468f4153efe9801a7dd2fd1a7f7c1af08c860b /bscript | |
parent | 0461be7de3314c3e410e2280214e9854571a44ae (diff) | |
download | numpy-026876020592b9720f029b109cc0d4837710689a.tar.gz |
BENTO: start support for numpyconfig.
Diffstat (limited to 'bscript')
-rw-r--r-- | bscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ def check_blas_lapack(conf): @pre_configure() def configure(context): conf = context.waf_context + conf.load("compiler_c") conf.load("python") |