Skip to content

Commit

Permalink
Merge pull request #460 from lanl/github-bot/update_spackages
Browse files Browse the repository at this point in the history
Update spackages
  • Loading branch information
rbberger authored Feb 3, 2025
2 parents 65dcfcd + c47be47 commit 187cc91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spack-repo/packages/spiner/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ class Spiner(CMakePackage):
depends_on("ports-of-call portability_strategy=Kokkos", when="@:1.5.1 +kokkos")
depends_on("ports-of-call portability_strategy=None", when="@:1.5.1 ~kokkos")
depends_on("[email protected]:", when="+kokkos")
requires(
"^kokkos ~shared+cuda_lambda+cuda_constexpr",
when="+kokkos ^kokkos+cuda",
)
requires("^kokkos+cuda_lambda+cuda_constexpr", when="+kokkos ^kokkos+cuda")

depends_on("hdf5+hl~mpi", when="+hdf5~mpi")
depends_on("hdf5+hl+mpi", when="+hdf5+mpi")
Expand Down

0 comments on commit 187cc91

Please sign in to comment.