byte-unixbench: respect compiler choice (#39242)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
parent
cc47b06756
commit
fb584853dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user