Update package.py (#43836)

This commit is contained in:
Alex Richert
2024-04-25 16:00:43 -07:00
committed by GitHub
parent 99bba0b1ce
commit 2bf900a893

View File

@@ -114,6 +114,7 @@ class Tau(Package):
)
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("pdt", when="+pdt") # Required for TAU instrumentation
depends_on("scorep", when="+scorep")