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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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")