Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'absoft'
- executables
executables = { Const('version_cmd') : List([Const('f90'), Mod((Const('-V -c %(fname)s.f -o %(fname)s.o'), Dict([(Const('fname'), CallFunc(Name('cyg2win32'), [CallFunc(Name('dummy_fortran_file'), [], None, None)], None, None))])))]), Const('compiler_f77') : List([Const('f77')]), Const('compiler_fix') : List([Const('f90')]), Const('compiler_f90') : List([Const('f90')]), Const('linker_so') : List([Const('f90')]), 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 = '-p'
- version_pattern
version_pattern = r'FORTRAN 77 Compiler (?P<version>[^s*,]*).*?Absoft Corp'
version_pattern = ('(f90:.*?(Absoft Pro FORTRAN Version|FORTRAN 77 Compiler|Absoft Fortran Compiler Version|Copyright Absoft Corporation.*?Version))' + ' (?P<version>[^\\s*,]*)(.*?Absoft Corp|)')
Method summary
- get_flags(self)
- get_flags_f77(self)
- get_flags_f90(self)
- get_flags_fix(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_libraries(self)
- get_library_dirs(self)
- library_dir_option(self, dir)
- library_option(self, lib)
Methods
- get_flags(self)
- get_flags_f77(self)
- get_flags_f90(self)
- get_flags_fix(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_libraries(self)
- get_library_dirs(self)
- library_dir_option(self, dir)
- library_option(self, lib)
