Remove extra tag assignments (#26692)

This commit is contained in:
Tamara Dahlgren 2021-10-14 14:50:09 -07:00 committed by GitHub
parent 28ebe2f495
commit beb8a36792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View file

@ -19,9 +19,7 @@ class Caliper(CMakePackage, CudaPackage):
homepage = "https://github.com/LLNL/Caliper"
git = "https://github.com/LLNL/Caliper.git"
url = "https://github.com/LLNL/Caliper/archive/v2.6.0.tar.gz"
tags = ['radiuss']
tags = ['e4s']
tags = ['e4s', 'radiuss']
maintainers = ["daboehme"]

View file

@ -15,12 +15,10 @@ class Chai(CachedCMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/LLNL/CHAI"
git = "https://github.com/LLNL/CHAI.git"
tags = ['radiuss']
tags = ['ecp', 'e4s', 'radiuss']
maintainers = ['davidbeckingsale']
tags = ['ecp', 'e4s']
version('develop', branch='develop', submodules=True)
version('main', branch='main', submodules=True)
version('2.4.0', tag='v2.4.0', submodules=True)

View file

@ -17,12 +17,10 @@ class Hypre(AutotoolsPackage, CudaPackage):
homepage = "https://computing.llnl.gov/project/linear_solvers/software.php"
url = "https://github.com/hypre-space/hypre/archive/v2.14.0.tar.gz"
git = "https://github.com/hypre-space/hypre.git"
tags = ['radiuss']
tags = ['e4s', 'radiuss']
maintainers = ['ulrikeyang', 'osborn9', 'balay']
tags = ['e4s']
test_requires_compiler = True
version('develop', branch='master')

View file

@ -25,9 +25,7 @@ class Scr(CMakePackage):
homepage = "https://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi"
url = "https://github.com/LLNL/scr/archive/v1.2.0.tar.gz"
git = "https://github.com/llnl/scr.git"
tags = ['radiuss']
tags = ['e4s']
tags = ['e4s', 'radiuss']
version('develop', branch='develop')
version('legacy', branch='legacy', deprecated=True)