Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'hpux'
- executables
executables = { Const('version_cmd') : List([Const('f90'), Const('+version')]), Const('compiler_f77') : List([Const('f90')]), Const('compiler_fix') : List([Const('f90')]), Const('compiler_f90') : List([Const('f90')]), Const('linker_so') : Name('None'), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - module_dir_switch
module_dir_switch = None
- module_include_switch
module_include_switch = None
- pic_flags
pic_flags = [ '+pic=long' ]
- version_pattern
version_pattern = 'HP F90 (?P<version>[^\\s*,]*)'
Method summary
- get_flags(self)
- get_flags_opt(self)
- get_libraries(self)
- get_version(self, force = 0, ok_status = [ 256, 0 ])
Methods
- get_flags(self)
- get_flags_opt(self)
- get_libraries(self)
- get_version(self, force = 0, ok_status = [ 256, 0 ])
