Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'lahey'
- executables
executables = { Const('version_cmd') : List([Const('lf95'), Const('--version')]), Const('compiler_f77') : List([Const('lf95'), Const('--fix')]), Const('compiler_fix') : List([Const('lf95'), Const('--fix')]), Const('compiler_f90') : List([Const('lf95')]), Const('linker_so') : List([Const('lf95'), Const('-shared')]), 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
- version_pattern
version_pattern = 'Lahey/Fujitsu Fortran 95 Compiler Release (?P<version>[^\\s*]*)'
Method summary
- get_flags_debug(self)
- get_flags_opt(self)
- get_libraries(self)
- get_library_dirs(self)
Methods
- get_flags_debug(self)
- get_flags_opt(self)
- get_libraries(self)
- get_library_dirs(self)
