MCPcopy Create free account
hub / github.com/apache/arrow / arguments

Method arguments

dev/archery/archery/utils/cmake.py:79–86  ·  view source on GitHub ↗

Return the arguments to cmake invocation.

(self)

Source from the content-addressed store, hash-verified

77
78 @property
79 def arguments(self):
80 """" Return the arguments to cmake invocation. """
81 arguments = [
82 f"-G{self.generator}",
83 ] + self.definitions + [
84 self.source
85 ]
86 return arguments
87
88 def build(self, build_dir, force=False, cmd_kwargs=None, **kwargs):
89 """ Invoke cmake into a build directory.

Callers 2

DecodeScalarFunctionFunction · 0.80
FromProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected