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

Method get_flags_arch

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

Source from the content-addressed store, hash-verified

37 return vf90
38
39 def get_flags_arch(self):
40 vast_version = self.get_version()
41 gnu = GnuFCompiler()
42 gnu.customize(None)
43 self.version = gnu.get_version()
44 opt = GnuFCompiler.get_flags_arch(self)
45 self.version = vast_version
46 return opt
47
48if __name__ == '__main__':
49 from distutils import log

Callers

nothing calls this directly

Calls 3

GnuFCompilerClass · 0.90
customizeMethod · 0.80
get_versionMethod · 0.45

Tested by

no test coverage detected