updating kokkos to 3.4.01 (#26013)

This commit is contained in:
Vanessasaurus 2021-09-19 06:10:55 -06:00 committed by GitHub
parent 148c7aeb06
commit c2f42a6f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/kokkos/kokkos"
git = "https://github.com/kokkos/kokkos.git"
url = "https://github.com/kokkos/kokkos/archive/3.4.00.tar.gz"
url = "https://github.com/kokkos/kokkos/archive/3.4.01.tar.gz"
test_requires_compiler = True
@ -21,6 +21,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
version('master', branch='master')
version('develop', branch='develop')
version('3.4.01', sha256='146d5e233228e75ef59ca497e8f5872d9b272cb93e8e9cdfe05ad34a23f483d1')
version('3.4.00', sha256='2e4438f9e4767442d8a55e65d000cc9cde92277d415ab4913a96cd3ad901d317')
version('3.3.01', sha256='4919b00bb7b6eb80f6c335a32f98ebe262229d82e72d3bae6dd91aaf3d234c37')
version('3.2.00', sha256='05e1b4dd1ef383ca56fe577913e1ff31614764e65de6d6f2a163b2bddb60b3e9')