Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'pg'
- executables
executables = { Const('version_cmd') : List([Const('pgf77'), Const('-V 2>/dev/null')]), Const('compiler_f77') : List([Const('pgf77')]), Const('compiler_fix') : List([Const('pgf90'), Const('-Mfixed')]), Const('compiler_f90') : List([Const('pgf90')]), Const('linker_so') : List([Const('pgf90'), Const('-shared'), Const('-fpic')]), 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'
- pic_flags
pic_flags = [ '-fpic' ]
- version_pattern
version_pattern = '\\s*pg(f77|f90|hpf) (?P<version>[\\d.-]+).*'
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)
