From 7d9fad9576d981b305760960305cd57af1d66082 Mon Sep 17 00:00:00 2001 From: Cameron Rutherford Date: Wed, 23 Aug 2023 11:55:54 -0400 Subject: Add kpp2 branch tag and move to GitHub. (#39503) --- var/spack/repos/builtin/packages/exago/package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/exago/package.py b/var/spack/repos/builtin/packages/exago/package.py index 4534afecf6..a2f5626bd1 100644 --- a/var/spack/repos/builtin/packages/exago/package.py +++ b/var/spack/repos/builtin/packages/exago/package.py @@ -11,8 +11,8 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage): problems on parallel and distributed architectures, particularly targeted for exascale machines.""" - homepage = "https://gitlab.pnnl.gov/exasgd/frameworks/exago" - git = "https://gitlab.pnnl.gov/exasgd/frameworks/exago.git" + homepage = "https://github.com/pnnl/ExaGO" + git = "https://github.com/pnnl/ExaGO.git" maintainers("ryandanehy", "CameronRutherford", "pelesh") version("1.5.1", commit="7abe482c8da0e247f9de4896f5982c4cacbecd78", submodules=True) @@ -30,6 +30,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage): version("main", branch="main", submodules=True) version("develop", branch="develop", submodules=True) version("5-18-2022-snapshot", tag="5-18-2022-snapshot", submodules=True) + version("kpp2", tag="kpp2", submodules=True) # Progrmming model options variant("mpi", default=True, description="Enable/Disable MPI") -- cgit v1.2.3-60-g2f50