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

Method update_executables

numpy/distutils/fcompiler/absoft.py:47–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 module_include_switch = '-p'
46
47 def update_executables(self):
48 f = cyg2win32(dummy_fortran_file())
49 self.executables['version_cmd'] = ['<F90>', '-V', '-c',
50 f+'.f', '-o', f+'.o']
51
52 def get_flags_linker_so(self):
53 if os.name=='nt':

Callers

nothing calls this directly

Calls 2

cyg2win32Function · 0.90
dummy_fortran_fileFunction · 0.90

Tested by

no test coverage detected