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

Method get_flags_linker_so

numpy/distutils/fcompiler/nag.py:39–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 }
38
39 def get_flags_linker_so(self):
40 if sys.platform == 'darwin':
41 return ['-unsharedf95', '-Wl,-bundle,-flat_namespace,-undefined,suppress']
42 return BaseNAGFCompiler.get_flags_linker_so(self)
43 def get_flags_arch(self):
44 version = self.get_version()
45 if version and version < '5.1':

Callers 1

get_flags_linker_soMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected