(self)
| 130 | version_match = intel_version_match('32-bit|IA-32') |
| 131 | |
| 132 | def update_executables(self): |
| 133 | f = dummy_fortran_file() |
| 134 | self.executables['version_cmd'] = ['<F77>', '/FI', '/c', |
| 135 | f + '.f', '/o', f + '.o'] |
| 136 | |
| 137 | ar_exe = 'lib.exe' |
| 138 | possible_executables = ['ifort', 'ifl'] |
nothing calls this directly
no test coverage detected