Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'nag'
- executables
executables = { Const('version_cmd') : List([Const('f95'), Const('-V')]), Const('compiler_f77') : List([Const('f95'), Const('-fixed')]), Const('compiler_fix') : List([Const('f95'), Const('-fixed')]), Const('compiler_f90') : List([Const('f95')]), Const('linker_so') : List([Const('f95')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - version_pattern
version_pattern = 'NAGWare Fortran 95 compiler Release (?P<version>[^\\s]*)'
Method summary
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
Methods
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
