Fix kokkos-kernels tuple unpacking (#16393)

This commit is contained in:
Adam J. Stewart 2020-04-30 11:36:50 -05:00 committed by GitHub
parent cfb307b8e7
commit b55b7d5707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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