Added the ecp and radiuss tags to the LBANN software stack packages. (#31188)

This commit is contained in:
Brian Van Essen 2022-06-17 16:25:50 -05:00 committed by GitHub
parent 043b2cbb7c
commit 249c90f909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View File

@ -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']

View File

@ -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']

View File

@ -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']

View File

@ -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']