Skip to content

Commit

Permalink
Kokkos: adding new release 4.3.01 (#44086)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 9, 2024
1 parent 86a1342 commit 71b035e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/kokkos-kernels/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class KokkosKernels(CMakePackage, CudaPackage):
# openssl sha256 kokkos-kernels-x.y.z.tar.gz
version("develop", branch="develop")
version("master", branch="master")
version("4.3.01", sha256="749553a6ea715ba1e56fa0b13b42866bb9880dba7a94e343eadf40d08c68fab8")
version("4.3.00", sha256="03c3226ee97dbca4fa56fe69bc4eefa0673e23c37f2741943d9362424a63950e")
version("4.2.01", sha256="058052b3a40f5d4e447b7ded5c480f1b0d4aa78373b0bc7e43804d0447c34ca8")
version("4.2.00", sha256="c65df9a101dbbef2d8fd43c60c9ea85f2046bb3535fa1ad16e7c661ddd60401e")
Expand All @@ -48,6 +49,7 @@ class KokkosKernels(CMakePackage, CudaPackage):
depends_on("kokkos")
depends_on("kokkos@master", when="@master")
depends_on("kokkos@develop", when="@develop")
depends_on("kokkos@4.3.01", when="@4.3.01")
depends_on("kokkos@4.3.00", when="@4.3.00")
depends_on("kokkos@4.2.01", when="@4.2.01")
depends_on("kokkos@4.2.00", when="@4.2.00")
Expand Down
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/kokkos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):

version("master", branch="master")
version("develop", branch="develop")
version("4.3.01", sha256="5998b7c732664d6b5e219ccc445cd3077f0e3968b4be480c29cd194b4f45ec70")
version("4.3.00", sha256="53cf30d3b44dade51d48efefdaee7a6cf109a091b702a443a2eda63992e5fe0d")
version("4.2.01", sha256="cbabbabba021d00923fb357d2e1b905dda3838bd03c885a6752062fe03c67964")
version("4.2.00", sha256="ac08765848a0a6ac584a0a46cd12803f66dd2a2c2db99bb17c06ffc589bf5be8")
Expand Down

0 comments on commit 71b035e

Please sign in to comment.