diff options
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r-- | scipy_distutils/fcompiler.py | 10 |
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', |