MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / install_dependency

Function install_dependency

scripts/utils/setup_utils.py:21–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def install_dependency():
22 p = subprocess.run(
23 "bash {}/../scripts/install_dependency.sh".format(BASEPATH),
24 shell=True,
25 stdout=subprocess.DEVNULL,
26 stderr=subprocess.PIPE,
27 )
28
29 if p.stderr.decode() != "":
30 print(p.stderr.decode())
31
32
33def compile_cachesim():

Callers 1

setupFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected