byte-unixbench: respect compiler choice (#39242)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
		| @@ -16,6 +16,10 @@ class ByteUnixbench(MakefilePackage): | ||||
| 
 | ||||
|     build_directory = "UnixBench" | ||||
| 
 | ||||
|     @property | ||||
|     def build_targets(self): | ||||
|         return [f"CC={spack_cc}"] | ||||
| 
 | ||||
|     def install(self, spec, prefix): | ||||
|         with working_dir(self.build_directory): | ||||
|             install_tree(".", prefix) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aiden Grossman
					Aiden Grossman