summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-05-20 00:54:48 +0000
committercookedm <cookedm@localhost>2006-05-20 00:54:48 +0000
commit09a1eb6b32eaa3ad1ed980d32930cfda0e0c930f (patch)
tree1cab4978d270aa696fe7be5e52fd741d67655d70 /numpy
parent4aa8a924509dc4f66ebc488a56cf49e6d259d540 (diff)
downloadnumpy-09a1eb6b32eaa3ad1ed980d32930cfda0e0c930f.tar.gz
label g95 as the G95 Fortran Compiler, not GNU Fortran 95
Diffstat (limited to 'numpy')
-rw-r--r--numpy/distutils/fcompiler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py
index e7f41330c..2974f5693 100644
--- a/numpy/distutils/fcompiler/__init__.py
+++ b/numpy/distutils/fcompiler/__init__.py
@@ -535,7 +535,7 @@ fcompiler_class = {'gnu':('gnu','GnuFCompiler',
'gnu95':('gnu','Gnu95FCompiler',
"GNU 95 Fortran Compiler"),
'g95':('g95','G95FCompiler',
- "GNU Fortran 95 Compiler"),
+ "G95 Fortran Compiler"),
'pg':('pg','PGroupFCompiler',
"Portland Group Fortran Compiler"),
'absoft':('absoft','AbsoftFCompiler',