Add kpp2 branch tag and move to GitHub. (#39503)
This commit is contained in:
parent
553277a84f
commit
7d9fad9576
@ -11,8 +11,8 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
problems on parallel and distributed architectures, particularly targeted
|
problems on parallel and distributed architectures, particularly targeted
|
||||||
for exascale machines."""
|
for exascale machines."""
|
||||||
|
|
||||||
homepage = "https://gitlab.pnnl.gov/exasgd/frameworks/exago"
|
homepage = "https://github.com/pnnl/ExaGO"
|
||||||
git = "https://gitlab.pnnl.gov/exasgd/frameworks/exago.git"
|
git = "https://github.com/pnnl/ExaGO.git"
|
||||||
maintainers("ryandanehy", "CameronRutherford", "pelesh")
|
maintainers("ryandanehy", "CameronRutherford", "pelesh")
|
||||||
|
|
||||||
version("1.5.1", commit="7abe482c8da0e247f9de4896f5982c4cacbecd78", submodules=True)
|
version("1.5.1", commit="7abe482c8da0e247f9de4896f5982c4cacbecd78", submodules=True)
|
||||||
@ -30,6 +30,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
version("main", branch="main", submodules=True)
|
version("main", branch="main", submodules=True)
|
||||||
version("develop", branch="develop", submodules=True)
|
version("develop", branch="develop", submodules=True)
|
||||||
version("5-18-2022-snapshot", tag="5-18-2022-snapshot", submodules=True)
|
version("5-18-2022-snapshot", tag="5-18-2022-snapshot", submodules=True)
|
||||||
|
version("kpp2", tag="kpp2", submodules=True)
|
||||||
|
|
||||||
# Progrmming model options
|
# Progrmming model options
|
||||||
variant("mpi", default=True, description="Enable/Disable MPI")
|
variant("mpi", default=True, description="Enable/Disable MPI")
|
||||||
|
Loading…
Reference in New Issue
Block a user