kokkos@:3.5.00 +sycl conflicts with %dpcpp@2022.0.0 (#29055)

This commit is contained in:
eugeneswalker 2022-02-18 14:33:59 -08:00 committed by GitHub
parent 99707beae7
commit bbb81d5d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
conflicts("+rocm", when="@:3.0") conflicts("+rocm", when="@:3.0")
conflicts("+sycl", when="@:3.3") conflicts("+sycl", when="@:3.3")
# https://github.com/spack/spack/issues/29052
conflicts("@:3.5.00 +sycl", when="%dpcpp@2022.0.0")
tpls_variants = { tpls_variants = {
'hpx': [False, 'Whether to enable the HPX library'], 'hpx': [False, 'Whether to enable the HPX library'],
'hwloc': [False, 'Whether to enable the HWLOC library'], 'hwloc': [False, 'Whether to enable the HWLOC library'],