Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'gnu'
- executables
executables = { Const('version_cmd') : List([Name('fc_exe'), Const('--version')]), Const('compiler_f77') : List([Name('fc_exe'), Const('-g'), Const('-Wall'), Const('-fno-second-underscore')]), Const('compiler_f90') : Name('None'), Const('compiler_fix') : Name('None'), Const('linker_so') : List([Name('fc_exe'), Const('-g'), Const('-Wall')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]), Const('linker_exe') : List([Name('fc_exe'), Const('-g'), Const('-Wall')]) } - g2c
g2c = 'g2c'
- module_dir_switch
module_dir_switch = None
- module_include_switch
module_include_switch = None
- version_match
version_match = simple_version_match(start = 'GNU Fortran (?!95)')
Method summary
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_libgcc_dir(self)
- get_libraries(self)
- get_library_dirs(self)
Methods
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
- get_libgcc_dir(self)
- get_libraries(self)
- get_library_dirs(self)
