Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'ibm'
- executables
executables = { Const('version_cmd') : List([Const('xlf')]), Const('compiler_f77') : List([Const('xlf')]), Const('compiler_fix') : List([Const('xlf90'), Const('-qfixed')]), Const('compiler_f90') : List([Const('xlf90')]), Const('linker_so') : List([Const('xlf95')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - version_pattern
version_pattern = 'xlf\\(1\\)\\s*IBM XL Fortran (Advanced Edition |)Version (?P<version>[^\\s*]*)'
Method summary
- get_flags(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_version(self, args, kwds)
Methods
- get_flags(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_version(self, args, kwds)
