Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions repos/spack_repo/builtin/packages/vtk_m/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class VtkM(CMakePackage, CudaPackage, ROCmPackage):
# VTK-m uses the default Kokkos backend
depends_on("kokkos", when="+kokkos")
depends_on("[email protected]:3.9", when="@2.0 +kokkos")
conflicts("^kokkos@5:", when="+kokkos", msg="vtk-m doesn't compile with C++20")
# VTK-m native CUDA and Kokkos CUDA backends are not compatible
depends_on("kokkos ~cuda", when="+kokkos +cuda +cuda_native")
depends_on("kokkos +cuda", when="+kokkos +cuda ~cuda_native")
Expand Down
Loading