Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'compaq'
- executables
executables = { Const('version_cmd') : List([Name('fc_exe'), Const('-version')]), Const('compiler_f77') : List([Name('fc_exe'), Const('-f77rtl'), Const('-fixed')]), Const('compiler_fix') : List([Name('fc_exe'), Const('-fixed')]), Const('compiler_f90') : List([Name('fc_exe')]), Const('linker_so') : List([Name('fc_exe')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - module_dir_switch
module_dir_switch = '-module '
- module_include_switch
module_include_switch = '-I'
- version_pattern
version_pattern = 'Compaq Fortran (?P<version>[^\\s]*).*'
Method summary
- get_flags(self)
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
Methods
- get_flags(self)
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
