Fix kokkos-kernels tuple unpacking (#16393)
This commit is contained in:
parent
cfb307b8e7
commit
b55b7d5707
@ -122,7 +122,7 @@ def cmake_args(self):
|
||||
options.append("-D%s=OFF" % cmake_option)
|
||||
|
||||
for eti in self.space_etis:
|
||||
deflt, descr = self.space_etis[eti]
|
||||
deflt, descr, _ = self.space_etis[eti]
|
||||
if deflt == "auto":
|
||||
value = spec.variants[eti].value
|
||||
# spack does these as strings, not reg booleans
|
||||
|
Loading…
Reference in New Issue
Block a user