Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'g95'
- executables
executables = { Const('version_cmd') : List([Const('g95'), Const('--version')]), Const('compiler_f77') : List([Const('g95'), Const('-ffixed-form')]), Const('compiler_fix') : List([Const('g95'), Const('-ffixed-form')]), Const('compiler_f90') : List([Const('g95')]), Const('linker_so') : List([Const('g95'), Const('-shared')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - module_dir_switch
module_dir_switch = '-fmod='
- module_include_switch
module_include_switch = '-I'
- pic_flags
pic_flags = [ '-fpic' ]
- version_pattern
version_pattern = 'G95.*\\(experimental\\) \\(g95!\\) (?P<version>.*)\\).*'
Method summary
- get_flags(self)
- get_flags_debug(self)
- get_flags_opt(self)
Methods
- get_flags(self)
- get_flags_debug(self)
- get_flags_opt(self)
