Bugfix: Correct the git URL (#20391)

This commit is contained in:
Tamara Dahlgren 2020-12-14 19:11:06 -08:00 committed by GitHub
parent e3fa8d9f52
commit c6c1af4969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class KokkosNvccWrapper(Package):
# We no longer maintain this as a separate repo
# Download the Kokkos repo and install from there
homepage = "https://github.com/kokkos/kokkos"
git = "git@github.com:kokkos/kokkos.git"
git = "https://github.com/kokkos/kokkos.git"
url = "https://github.com/kokkos/kokkos/archive/3.1.01.tar.gz"
version('3.2.00', sha256='05e1b4dd1ef383ca56fe577913e1ff31614764e65de6d6f2a163b2bddb60b3e9')