Called at the beginning of customisation. Subclasses should override this if they need to set up the executables dictionary. Note that self.find_executables() is run afterwards, so the self.executables dictionary values can contain or as the command, whic
(self)
| 362 | set_exe('ranlib') |
| 363 | |
| 364 | def update_executables(self): |
| 365 | """Called at the beginning of customisation. Subclasses should |
| 366 | override this if they need to set up the executables dictionary. |
| 367 | |
| 368 | Note that self.find_executables() is run afterwards, so the |
| 369 | self.executables dictionary values can contain <F77> or <F90> as |
| 370 | the command, which will be replaced by the found F77 or F90 |
| 371 | compiler. |
| 372 | """ |
| 373 | pass |
| 374 | |
| 375 | def get_flags(self): |
| 376 | """List of flags common to all compiler types.""" |