fcompiler_classfcompiler_class = { Const('gnu') : Tuple([Const('gnu'), Const('GnuFCompiler'), Const('GNU Fortran Compiler')]), Const('gnu95') : Tuple([Const('gnu'), Const('Gnu95FCompiler'), Const('GNU 95 Fortran Compiler')]), Const('g95') : Tuple([Const('g95'), Const('G95FCompiler'), Const('GNU Fortran 95 Compiler')]), Const('pg') : Tuple([Const('pg'), Const('PGroupFCompiler'), Const('Portland Group Fortran Compiler')]), Const('absoft') : Tuple([Const('absoft'), Const('AbsoftFCompiler'), Const('Absoft Corp Fortran Compiler')]), Const('mips') : Tuple([Const('mips'), Const('MipsFCompiler'), Const('MIPSpro Fortran Compiler')]), Const('sun') : Tuple([Const('sun'), Const('SunFCompiler'), Const('Sun|Forte Fortran 95 Compiler')]), Const('intel') : Tuple([Const('intel'), Const('IntelFCompiler'), Const('Intel Fortran Compiler for 32-bit apps')]), Const('intelv') : Tuple([Const('intel'), Const('IntelVisualFCompiler'), Const('Intel Visual Fortran Compiler for 32-bit apps')]), Const('intele') : Tuple([Const('intel'), Const('IntelItaniumFCompiler'), Const('Intel Fortran Compiler for Itanium apps')]), Const('intelev') : Tuple([Const('intel'), Const('IntelItaniumVisualFCompiler'), Const('Intel Visual Fortran Compiler for Itanium apps')]), Const('nag') : Tuple([Const('nag'), Const('NAGFCompiler'), Const('NAGWare Fortran 95 Compiler')]), Const('compaq') : Tuple([Const('compaq'), Const('CompaqFCompiler'), Const('Compaq Fortran Compiler')]), Const('compaqv') : Tuple([Const('compaq'), Const('CompaqVisualFCompiler'), Const('DIGITAL|Compaq Visual Fortran Compiler')]), Const('vast') : Tuple([Const('vast'), Const('VastFCompiler'), Const('Pacific-Sierra Research Fortran 90 Compiler')]), Const('hpux') : Tuple([Const('hpux'), Const('HPUXFCompiler'), Const('HP Fortran 90 Compiler')]), Const('lahey') : Tuple([Const('lahey'), Const('LaheyFCompiler'), Const('Lahey/Fujitsu Fortran 95 Compiler')]), Const('ibm') : Tuple([Const('ibm'), Const('IbmFCompiler'), Const('IBM XL Fortran Compiler')]), Const('f') : Tuple([Const('f'), Const('FFCompiler'), Const('Fortran Company/NAG F Compiler')]), Const('none') : Tuple([Const('none'), Const('NoneFCompiler'), Const('Fake Fortran compiler')]) }