Arbor: rely on spack's compiler wrapper to set architecture (#21758)
This commit is contained in:
parent
432625ca26
commit
8e3ac8577f
1 changed files with 3 additions and 0 deletions
|
@ -70,4 +70,7 @@ def cmake_args(self):
|
|||
if '+cuda' in self.spec:
|
||||
args.append('-DARB_GPU=cuda')
|
||||
|
||||
# rely on spack's compiler wrapper to set architecture
|
||||
args.append('-DARB_ARCH=')
|
||||
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue