diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2007-05-18 21:00:17 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2007-05-18 21:00:17 +0000 |
commit | 24b8ecc423d48a06af98be34e97ebda4fee397bc (patch) | |
tree | bd8496844a942e8b1a93ee71d4e1db6294f70a84 /numpy/distutils/command/config_compiler.py | |
parent | 5321be556ad632e38b099b53273b30d965dd66b9 (diff) | |
download | numpy-24b8ecc423d48a06af98be34e97ebda4fee397bc.tar.gz |
show less messages in --help-fcompiler
Diffstat (limited to 'numpy/distutils/command/config_compiler.py')
-rw-r--r-- | numpy/distutils/command/config_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config_compiler.py b/numpy/distutils/command/config_compiler.py index ff5886c9a..881327aba 100644 --- a/numpy/distutils/command/config_compiler.py +++ b/numpy/distutils/command/config_compiler.py @@ -9,7 +9,7 @@ def show_fortran_compilers(_cache=[]): # Using cache to prevent infinite recursion if _cache: return _cache.append(1) - + log.set_verbosity(-2) from numpy.distutils.fcompiler import show_fcompilers import distutils.core dist = distutils.core._setup_distribution |