MCPcopy Create free account
hub / github.com/numpy/numpy / update_executables

Method update_executables

numpy/distutils/fcompiler/intel.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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']

Callers

nothing calls this directly

Calls 1

dummy_fortran_fileFunction · 0.90

Tested by

no test coverage detected