From ebeb16d01af0cbb47a7a268c663b0a357b64c59f Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Mon, 19 Jan 2004 13:42:53 +0000 Subject: Added lahey,pg compilers, renamed forte to sun. --- scipy_distutils/fcompiler.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scipy_distutils/fcompiler.py') 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', -- cgit v1.2.1