diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-06 12:10:06 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-06 12:10:06 +0000 |
commit | 1e78e193ac00b639f8f12bb20eb254ebf1c032b8 (patch) | |
tree | 478da5255d9fa7953311f93bfae096c407a04f95 /numpy/distutils/command/build_src.py | |
parent | 0e8e7f154a559e0152ccf955e7bcec58bc4b849a (diff) | |
download | numpy-1e78e193ac00b639f8f12bb20eb254ebf1c032b8.tar.gz |
Changed -M to -J for gfortran.
Diffstat (limited to 'numpy/distutils/command/build_src.py')
-rw-r--r-- | numpy/distutils/command/build_src.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/build_src.py b/numpy/distutils/command/build_src.py index cc22115c7..ddd23beca 100644 --- a/numpy/distutils/command/build_src.py +++ b/numpy/distutils/command/build_src.py @@ -361,7 +361,7 @@ class build_src(build_ext.build_ext): raise RuntimeError("%d errors in Pyrex compile" % pyrex_result.num_errors) else: - log.info("Pyrex needed to compile %s but not available."\ + log.warn("Pyrex needed to compile %s but not available."\ " Using old target %s"\ % (source, target_file)) new_sources.append(target_file) |