diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2021-08-09 01:06:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 10:06:56 +0200 |
commit | 4cd2cfc7e7675ad1071e4d6ad82c74fe5bdfe274 (patch) | |
tree | 5f7d1dc13900411d78f2e99bb602abe5931b9471 /share | |
parent | 874a35e30d589507af46a1cf1ad514398e09eece (diff) | |
download | spack-4cd2cfc7e7675ad1071e4d6ad82c74fe5bdfe274.tar.gz spack-4cd2cfc7e7675ad1071e4d6ad82c74fe5bdfe274.tar.bz2 spack-4cd2cfc7e7675ad1071e4d6ad82c74fe5bdfe274.tar.xz spack-4cd2cfc7e7675ad1071e4d6ad82c74fe5bdfe274.zip |
ci pipelines: expand the list of RADIUSS packages (#25282)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml index 7508d79779..e5b336183e 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml @@ -23,8 +23,8 @@ spack: # Note skipping spot since no spack package for it - radiuss: - #- ascent # ^conduit@0.6.0 - #- axom + - ascent # ^conduit@0.6.0 + - axom - blt - caliper #- care @@ -35,17 +35,17 @@ spack: #- glvis # ^mesa-glu@9.0.0 ^mesa18~llvm - hypre - lbann - #- lvarray ^raja~openmp # per Ben Corbett Issue #23192 + #- lvarray # ^raja~openmp # per Ben Corbett Issue #23192 - mfem - #- py-hatchet - #- py-maestrowf - #- py-merlin - #- py-shroud + - py-hatchet + - py-maestrowf + - py-merlin + - py-shroud #- raja - #- samrai + - samrai - scr - #- sundials - #- umpire ~openmp + - sundials + #- umpire #~openmp #- visit # ^mesa-glu@9.0.0 - xbraid - zfp |