arborx: enable trilinos 13+ (#24153)
This commit is contained in:
parent
559db31511
commit
f07be01fa8
@ -47,10 +47,9 @@ class Arborx(CMakePackage):
|
||||
|
||||
# Trilinos/Kokkos
|
||||
# Notes:
|
||||
# - there is no Trilinos release with Kokkos 3.1 yet
|
||||
# - current version of Trilinos package does not allow disabling Serial
|
||||
# - current version of Trilinos package does not allow enabling CUDA
|
||||
depends_on('trilinos+kokkos@develop', when='+trilinos')
|
||||
depends_on('trilinos+kokkos', when='+trilinos')
|
||||
depends_on('trilinos+openmp', when='+trilinos+openmp')
|
||||
conflicts('~serial', when='+trilinos')
|
||||
conflicts('+cuda', when='+trilinos')
|
||||
|
Loading…
Reference in New Issue
Block a user