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:
parent
4d7cd4c0bf
commit
a1f34ec58b
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class Tau(Package):
|
||||||
description="Do not add -no-pie while linking with Ubuntu.",
|
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="%clang")
|
||||||
depends_on("cmake@3.14:", type="build", when="%aocc")
|
depends_on("cmake@3.14:", type="build", when="%aocc")
|
||||||
depends_on("zlib-api", type="link")
|
depends_on("zlib-api", type="link")
|
||||||
|
|
Loading…
Reference in a new issue