Skip to content

Commit

Permalink
Use pika 0.19.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 10, 2023
1 parent e2703aa commit acf6364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ else()
endif()

# ----- pika
find_package(pika 0.18.0 REQUIRED)
find_package(pika 0.19.1 REQUIRED)

# ----- BLASPP/LAPACKPP
find_package(blaspp REQUIRED)
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 @@ -58,7 +58,7 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
depends_on("pika@0.15.1:", when="@0.1")
depends_on("pika@0.16:", when="@0.2.0")
depends_on("pika@0.17:", when="@0.2.1:")
depends_on("pika@0.18:", when="@master")
depends_on("pika@0.19.1:", when="@master")
depends_on("pika-algorithms@0.1:", when="@:0.2")
depends_on("pika +mpi")
depends_on("pika +cuda", when="+cuda")
Expand Down

0 comments on commit acf6364

Please sign in to comment.