Added the ecp and radiuss tags to the LBANN software stack packages. (#31188)
This commit is contained in:
parent
043b2cbb7c
commit
249c90f909
@ -19,6 +19,7 @@ class Aluminum(CMakePackage, CudaPackage, ROCmPackage):
|
||||
homepage = "https://github.com/LLNL/Aluminum"
|
||||
url = "https://github.com/LLNL/Aluminum/archive/v0.1.tar.gz"
|
||||
git = "https://github.com/LLNL/Aluminum.git"
|
||||
tags = ['ecp', 'radiuss']
|
||||
|
||||
maintainers = ['bvanessen']
|
||||
|
||||
|
@ -18,6 +18,7 @@ class Dihydrogen(CMakePackage, CudaPackage, ROCmPackage):
|
||||
homepage = "https://github.com/LLNL/DiHydrogen.git"
|
||||
url = "https://github.com/LLNL/DiHydrogen/archive/v0.1.tar.gz"
|
||||
git = "https://github.com/LLNL/DiHydrogen.git"
|
||||
tags = ['ecp', 'radiuss']
|
||||
|
||||
maintainers = ['bvanessen']
|
||||
|
||||
|
@ -15,6 +15,7 @@ class Hydrogen(CMakePackage, CudaPackage, ROCmPackage):
|
||||
homepage = "https://libelemental.org"
|
||||
url = "https://github.com/LLNL/Elemental/archive/v1.0.1.tar.gz"
|
||||
git = "https://github.com/LLNL/Elemental.git"
|
||||
tags = ['ecp', 'radiuss']
|
||||
|
||||
maintainers = ['bvanessen']
|
||||
|
||||
|
@ -18,7 +18,7 @@ class Lbann(CMakePackage, CudaPackage, ROCmPackage):
|
||||
homepage = "https://software.llnl.gov/lbann/"
|
||||
url = "https://github.com/LLNL/lbann/archive/v0.91.tar.gz"
|
||||
git = "https://github.com/LLNL/lbann.git"
|
||||
tags = ['radiuss']
|
||||
tags = ['ecp', 'radiuss']
|
||||
|
||||
maintainers = ['bvanessen']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user