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" |     build_directory = "UnixBench" | ||||||
| 
 | 
 | ||||||
|  |     @property | ||||||
|  |     def build_targets(self): | ||||||
|  |         return [f"CC={spack_cc}"] | ||||||
|  | 
 | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         with working_dir(self.build_directory): |         with working_dir(self.build_directory): | ||||||
|             install_tree(".", prefix) |             install_tree(".", prefix) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aiden Grossman
					Aiden Grossman