summaryrefslogtreecommitdiff
path: root/scipy_distutils/fcompiler.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2004-01-19 13:42:53 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2004-01-19 13:42:53 +0000
commitebeb16d01af0cbb47a7a268c663b0a357b64c59f (patch)
tree2f9d70464eef41d109fbd97c17c072d14d9aad09 /scipy_distutils/fcompiler.py
parentc879ef7d77eb19cb4d795e4550573de9c58955b4 (diff)
downloadnumpy-ebeb16d01af0cbb47a7a268c663b0a357b64c59f.tar.gz
Added lahey,pg compilers, renamed forte to sun.
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r--scipy_distutils/fcompiler.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py
index b4bf950c8..229e22e78 100644
--- a/scipy_distutils/fcompiler.py
+++ b/scipy_distutils/fcompiler.py
@@ -465,16 +465,16 @@ fcompiler_class = {'gnu':('gnufcompiler','GnuFCompiler',
"Absoft Corp Fortran Compiler"),
'mips':('mipsfcompiler','MipsFCompiler',
"MIPSpro Fortran Compiler"),
- 'forte':('fortefcompiler','ForteFCompiler',
- "Forte Fortran 95 Compiler"),
'sun':('sunfcompiler','SunFCompiler',
- "Sun Fortran Compiler"),
+ "Sun|Forte Fortran 95 Compiler"),
'intel':('intelfcompiler','IntelFCompiler',
"Intel Fortran Compiler for 32-bit apps"),
'intelv':('intelfcompiler','IntelVisualFCompiler',
"Intel Visual Fortran Compiler for 32-bit apps"),
- 'intelitanium':('intelfcompiler','IntelItaniumFCompiler',
- "Intel Fortran Compiler for Itanium apps"),
+ 'intele':('intelfcompiler','IntelItaniumFCompiler',
+ "Intel Fortran Compiler for Itanium apps"),
+ 'intelev':('intelfcompiler','IntelItaniumVisualFCompiler',
+ "Intel Visual Fortran Compiler for Itanium apps"),
'nag':('nagfcompiler','NAGFCompiler',
"NAGWare Fortran 95 Compiler"),
'compaq':('compaqfcompiler','CompaqFCompiler',