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

Method update_executables

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

Source from the content-addressed store, hash-verified

16
17class BaseIntelFCompiler(FCompiler):
18 def update_executables(self):
19 f = dummy_fortran_file()
20 self.executables['version_cmd'] = ['<F77>', '-FI', '-V', '-c',
21 f + '.f', '-o', f + '.o']
22
23 def runtime_library_dir_option(self, dir):
24 # TODO: could use -Xlinker here, if it's supported

Callers

nothing calls this directly

Calls 1

dummy_fortran_fileFunction · 0.90

Tested by

no test coverage detected