kokkos@:3.5.00 +sycl conflicts with %dpcpp@2022.0.0 (#29055)
This commit is contained in:
parent
99707beae7
commit
bbb81d5d68
@ -47,6 +47,9 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
|
||||
conflicts("+rocm", when="@:3.0")
|
||||
conflicts("+sycl", when="@:3.3")
|
||||
|
||||
# https://github.com/spack/spack/issues/29052
|
||||
conflicts("@:3.5.00 +sycl", when="%dpcpp@2022.0.0")
|
||||
|
||||
tpls_variants = {
|
||||
'hpx': [False, 'Whether to enable the HPX library'],
|
||||
'hwloc': [False, 'Whether to enable the HWLOC library'],
|
||||
|
Loading…
Reference in New Issue
Block a user