MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / _unpack_arrayfire

Method _unpack_arrayfire

conanfile.py:52–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 f"ArrayFire {ARRAYFIRE_VERSION} binary installer already exists - skipping download.")
51
52 def _unpack_arrayfire(self):
53 if not os.path.exists(self.af_unpack_path):
54 os.mkdir(self.af_unpack_path)
55 self.output.info(
56 f"Unpacking ArrayFire {ARRAYFIRE_VERSION} binary installer...")
57 cmd = f"bash {self.af_installer_local_path} --prefix={self.af_unpack_path} --skip-license"
58 self.run(cmd)
59 self.output.success(
60 f"ArrayFire {ARRAYFIRE_VERSION} successfully unpacked.")
61
62 def _process_arrayfire(self):
63 # Install ArrayFire to requisite path

Callers 1

_process_arrayfireMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected