Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'sun'
- executables
executables = { Const('version_cmd') : List([Const('f90'), Const('-V')]), Const('compiler_f77') : List([Const('f90')]), Const('compiler_fix') : List([Const('f90'), Const('-fixed')]), Const('compiler_f90') : List([Const('f90')]), Const('linker_so') : List([Const('f90'), Const('-Bdynamic'), Const('-G')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - module_dir_switch
module_dir_switch = '-moddir='
- module_include_switch
module_include_switch = '-M'
- pic_flags
pic_flags = [ '-xcode=pic32' ]
- version_pattern
version_pattern = '(f90|f95): (Sun|Forte Developer 7|WorkShop 6 update \\d+) Fortran 95 (?P<version>[^\\s]+).*'
Method summary
- get_arch(self)
- get_flags_f77(self)
- get_libraries(self)
- get_opt(self)
Methods
- get_arch(self)
- get_flags_f77(self)
- get_libraries(self)
- get_opt(self)
