summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-08-16 10:44:44 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-08-16 23:19:52 -0700
commit2d6087995caa2dc03c2468992e0b8ccec29b0e85 (patch)
tree7525ddc24c48fb5813c9e4bfdfdcd5781a8f966c /.github/workflows
parent8f34a3ac5c7ff09751007d57c88884aee48921bb (diff)
downloadspack-2d6087995caa2dc03c2468992e0b8ccec29b0e85.tar.gz
spack-2d6087995caa2dc03c2468992e0b8ccec29b0e85.tar.bz2
spack-2d6087995caa2dc03c2468992e0b8ccec29b0e85.tar.xz
spack-2d6087995caa2dc03c2468992e0b8ccec29b0e85.zip
kokkos: fix conflict for deprecated `sycl` namespace
We're seeing errors pop up with older versions of Kokkos and newer versions of `oneapi`, specifically: error: no member named 'ONEAPI' in namespace 'sycl' This hapens because `sycl::ONEAPI` is `sycl::ext::oneapi` since oneapi `2022.0.0`. `kokkos@3.6:` uses the new namespace. A conflict was present for this, but it was too specific -- both to `dpcpp` and to the `2022.0.0` version. - [x] Expand version ranges in `kokkos` conflict - [x] Add conflict for `oneapi` in addition to `dpcpp`
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions