diff options
author | David Cournapeau <cournape@gmail.com> | 2011-03-07 09:30:42 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:21 +0200 |
commit | 0c7af4b378fa065b356335ef214255450a4f7a2a (patch) | |
tree | 40a122cd7a14b0c1c9aa5b55f6beb94ce553472d /bscript | |
parent | d2f648a6ea7717aec98f1a7db11788808b3fbca1 (diff) | |
download | numpy-0c7af4b378fa065b356335ef214255450a4f7a2a.tar.gz |
BENTO: start numpy.core configuration
We also add configuration helpers in numpy.build_utils.
Diffstat (limited to 'bscript')
-rw-r--r-- | bscript | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ import sys +# Ugly but necessary hack: import numpy here so that wscript in sub directories +# will see this numpy and not an already installed one +import __builtin__ +__builtin__.__NUMPY_SETUP__ = True + from bento.commands.hooks \ import \ pre_configure |