Update package.py (#43836)
This commit is contained in:
parent
99bba0b1ce
commit
2bf900a893
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class Tau(Package):
|
||||||
)
|
)
|
||||||
|
|
||||||
depends_on("cmake@3.14:", type="build", when="%clang")
|
depends_on("cmake@3.14:", type="build", when="%clang")
|
||||||
|
depends_on("cmake@3.14:", type="build", when="%aocc")
|
||||||
depends_on("zlib-api", type="link")
|
depends_on("zlib-api", type="link")
|
||||||
depends_on("pdt", when="+pdt") # Required for TAU instrumentation
|
depends_on("pdt", when="+pdt") # Required for TAU instrumentation
|
||||||
depends_on("scorep", when="+scorep")
|
depends_on("scorep", when="+scorep")
|
||||||
|
|
Loading…
Reference in a new issue