fix incorrect gpu arch map for vtk-m package (#14057)
This commit is contained in:
parent
b33b8a3e29
commit
919a5421b7
@ -58,7 +58,7 @@ def cmake_args(self):
|
||||
'30': 'kepler', '32': 'kepler', '35': 'kepler',
|
||||
'50': 'maxwell', '52': 'maxwell', '53': 'maxwell',
|
||||
'60': 'pascal', '61': 'pascal', '62': 'pascal',
|
||||
'70': 'turing', '72': 'turing', '75': 'turing'}
|
||||
'70': 'volta', '72': 'turing', '75': 'turing'}
|
||||
with working_dir('spack-build', create=True):
|
||||
options = ["-DVTKm_ENABLE_TESTING:BOOL=OFF"]
|
||||
# shared vs static libs logic
|
||||
|
Loading…
Reference in New Issue
Block a user