summaryrefslogtreecommitdiff
path: root/scipy_distutils/fcompiler.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2004-10-07 11:27:44 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2004-10-07 11:27:44 +0000
commitdbc51126bb33edcd6455af1eab5b357753a6eb27 (patch)
tree21bbf662db9b360e39dd24a864f92a9754e9c2e9 /scipy_distutils/fcompiler.py
parent3a8d4dcb68555a37ef31b2cdf0d09c50021be422 (diff)
downloadnumpy-dbc51126bb33edcd6455af1eab5b357753a6eb27.tar.gz
Increased micro version number and undone 0.3.2 release.
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r--scipy_distutils/fcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py
index 7d8bb281b..7aa11a8c3 100644
--- a/scipy_distutils/fcompiler.py
+++ b/scipy_distutils/fcompiler.py
@@ -308,7 +308,7 @@ class FCompiler(CCompiler):
conf = dist.get_option_dict('config_fc')
noopt = conf.get('noopt',[None,0])[1]
- if 1: # change to `if 1:` when making release.
+ if 0: # change to `if 1:` when making release.
# Don't use architecture dependent compiler flags:
noarch = 1
else: