Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'mips'
- executables
executables = { Const('version_cmd') : List([Const('f90'), Const('-version')]), Const('compiler_f77') : List([Const('f77'), Const('-f77')]), Const('compiler_fix') : List([Const('f90'), Const('-fixedform')]), Const('compiler_f90') : List([Const('f90')]), Const('linker_so') : List([Const('f90'), Const('-shared')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : Name('None') } - module_dir_switch
module_dir_switch = None
- module_include_switch
module_include_switch = None
- pic_flags
pic_flags = [ '-KPIC' ]
- version_pattern
version_pattern = 'MIPSpro Compilers: Version (?P<version>[^\\s*,]*)'
Method summary
- get_flags(self)
- get_flags_arch(self)
- get_flags_arch_f77(self)
- get_flags_arch_f90(self)
- get_flags_opt(self)
Methods
- get_flags(self)
- get_flags_arch(self)
- get_flags_arch_f77(self)
- get_flags_arch_f90(self)
- get_flags_opt(self)
