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

Method get_flags_f77

numpy/distutils/fcompiler/sun.py:28–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 pic_flags = ['-xcode=pic32']
27
28 def get_flags_f77(self):
29 ret = ["-ftrap=%none"]
30 if (self.get_version() or '') >= '7':
31 ret.append("-f77")
32 else:
33 ret.append("-fixed")
34 return ret
35 def get_opt(self):
36 return ['-fast', '-dalign']
37 def get_arch(self):

Callers

nothing calls this directly

Calls 1

get_versionMethod · 0.45

Tested by

no test coverage detected