Arbor: rely on spack's compiler wrapper to set architecture (#21758)
This commit is contained in:
parent
432625ca26
commit
8e3ac8577f
@ -70,4 +70,7 @@ def cmake_args(self):
|
|||||||
if '+cuda' in self.spec:
|
if '+cuda' in self.spec:
|
||||||
args.append('-DARB_GPU=cuda')
|
args.append('-DARB_GPU=cuda')
|
||||||
|
|
||||||
|
# rely on spack's compiler wrapper to set architecture
|
||||||
|
args.append('-DARB_ARCH=')
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user