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_match
ex: f90: Sun WorkShop 6 update 2 Fortran 95 6.2 Patch 111690-10 2003/08/28
version_match = simple_version_match(start = 'f9[05]: (Sun|Forte|WorkShop).*Fortran 95')
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)
