diff options
author | David Cournapeau <cournape@gmail.com> | 2008-01-07 02:40:39 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-01-07 02:40:39 +0000 |
commit | d3a2b3467bbf3c001713978bb2c3f7e2808399a8 (patch) | |
tree | df437854431b0b4c9dae75983dd127909b65fd8b /numpy | |
parent | 91cb723fe408b76745a04ed6fb12cef0b0fc63f0 (diff) | |
download | numpy-d3a2b3467bbf3c001713978bb2c3f7e2808399a8.tar.gz |
Re-enable write_info, since the related bug in numscons has been fixed
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/SConstruct b/numpy/core/SConstruct index 174627f07..7acd7fbc8 100644 --- a/numpy/core/SConstruct +++ b/numpy/core/SConstruct @@ -143,7 +143,7 @@ else: build_blasdot = 0 config.Finish() -#write_info(env) +write_info(env) #========== # Build |