Kokkos Ecosystem: update for release 4.2.01 (#42711)

* Kokkos Ecosystem: update for release 4.2.01

Will rebase this on top of develop once Kokkos Core PR merges.

* Kokkos Ecosystem: update license statement to reflect current license
This commit is contained in:
Luc Berger 2024-02-16 17:28:29 -07:00 committed by GitHub
parent 025165e22e
commit 4a01865f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -19,12 +19,13 @@ class KokkosKernels(CMakePackage, CudaPackage):
maintainers("lucbv", "srajama1", "brian-kelley")
license("BSD-3-Clause")
license("Apache-2.0 WITH LLVM-exception")
# generate checksum for each release tarball with the following command
# openssl sha256 kokkos-kernels-x.y.z.tar.gz
version("develop", branch="develop")
version("master", branch="master")
version("4.2.01", sha256="058052b3a40f5d4e447b7ded5c480f1b0d4aa78373b0bc7e43804d0447c34ca8")
version("4.2.00", sha256="c65df9a101dbbef2d8fd43c60c9ea85f2046bb3535fa1ad16e7c661ddd60401e")
version("4.1.00", sha256="d6a4108444ea226e43bf6a9c0dfc557f223a72b1142bf81aa78dd60e16ac2d56")
version("4.0.01", sha256="3f493fcb0244b26858ceb911be64092fbf7785616ad62c81abde0ea1ce86688a")
@ -46,6 +47,7 @@ class KokkosKernels(CMakePackage, CudaPackage):
depends_on("kokkos")
depends_on("kokkos@master", when="@master")
depends_on("kokkos@develop", when="@develop")
depends_on("kokkos@4.2.01", when="@4.2.01")
depends_on("kokkos@4.2.00", when="@4.2.00")
depends_on("kokkos@4.1.00", when="@4.1.00")
depends_on("kokkos@4.0.01", when="@4.0.01")

View File

@ -23,7 +23,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
maintainers("cedricchevalier19", "nmm0", "lucbv")
license("BSD-3-Clause")
license("Apache-2.0 WITH LLVM-exception")
version("master", branch="master")
version("develop", branch="develop")