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:
		| @@ -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") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 wspear
					wspear