Add a gmake dependency for TAU (#43870)

We discovered a case where the system gmake can get confused by spack's build environment. Let's use a spack-provided gmake for consistent builds.
This commit is contained in:
wspear
2024-05-03 20:15:40 -07:00
committed by GitHub
parent 4d7cd4c0bf
commit a1f34ec58b

View File

@@ -114,6 +114,7 @@ class Tau(Package):
description="Do not add -no-pie while linking with Ubuntu.",
)
depends_on("gmake", type="build")
depends_on("cmake@3.14:", type="build", when="%clang")
depends_on("cmake@3.14:", type="build", when="%aocc")
depends_on("zlib-api", type="link")