Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jun 12, 2023
1 parent 17e7d6b commit f72d009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
timeout: 6 hours
variables:
GIT_SUBMODULE_STRATEGY: recursive
SPACK_SHA: b027f64a7f175b0e7a18388d0aa2484599efd12d
SPACK_SHA: b313b28e64c15761be0d45a16c922c25b2786f76
SPACK_DLAF_REPO: ./spack
before_script:
- podman login -u $CSCS_REGISTRY_USER -p $CSCS_REGISTRY_PASSWORD $CSCS_REGISTRY
Expand Down
2 changes: 1 addition & 1 deletion spack/packages/dla-future/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
depends_on("umpire+rocm~shared", when="+rocm")
depends_on("[email protected]:")

depends_on("pika@0.15.1:")
depends_on("pika@0.16:")
depends_on("[email protected]:")
depends_on("pika +mpi")
depends_on("pika +cuda", when="+cuda")
Expand Down

0 comments on commit f72d009

Please sign in to comment.