summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2020-12-14 19:11:06 -0800
committerGitHub <noreply@github.com>2020-12-14 19:11:06 -0800
commitc6c1af496926792b20b3616217f205b7dcb20d21 (patch)
tree80a6e6c65ca6baf179c85d6f0b34a4a0ee3f3161
parente3fa8d9f52a773eefc1384b86e7048fa8e1a660d (diff)
downloadspack-c6c1af496926792b20b3616217f205b7dcb20d21.tar.gz
spack-c6c1af496926792b20b3616217f205b7dcb20d21.tar.bz2
spack-c6c1af496926792b20b3616217f205b7dcb20d21.tar.xz
spack-c6c1af496926792b20b3616217f205b7dcb20d21.zip
Bugfix: Correct the git URL (#20391)
-rw-r--r--var/spack/repos/builtin/packages/kokkos-nvcc-wrapper/package.py2
1 files changed, 1 insertions, 1 deletions
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')