From c6c1af496926792b20b3616217f205b7dcb20d21 Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Mon, 14 Dec 2020 19:11:06 -0800 Subject: Bugfix: Correct the git URL (#20391) --- var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py b/var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py index 729825489a..421ce3691e 100644 --- a/var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py +++ b/var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py @@ -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') -- cgit v1.2.3-60-g2f50