summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2021-11-01 11:54:50 -0400
committerGitHub <noreply@github.com>2021-11-01 08:54:50 -0700
commit15d407c6748bb236e633e11a4765b36436f35c76 (patch)
treecdbb16ca16a72948853294261fe2c7f531b1b699 /share
parenta1eb5596eca33c6c006156f56bc25669ac827dbb (diff)
downloadspack-15d407c6748bb236e633e11a4765b36436f35c76.tar.gz
spack-15d407c6748bb236e633e11a4765b36436f35c76.tar.bz2
spack-15d407c6748bb236e633e11a4765b36436f35c76.tar.xz
spack-15d407c6748bb236e633e11a4765b36436f35c76.zip
ci: Enable more packages in the DVSDK CI pipeline (#27025)
* ci: Enable more packages in the DVSDK CI pipeline * doxygen: Add conflicts for gcc bugs * dray: Add version constraints for api breakage with newer deps
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml
index a92863201e..d67c8f1abb 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml
@@ -10,21 +10,30 @@ spack:
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
packages:
+ mesa:
+ variants: ~glx +osmesa
+ paraview:
+ variants: +osmesa
all:
target: [x86_64]
# The spec will be gradually expanded to enable all the SDK components.
- # Currently disabled: ascent, catalyst, cinema, paraview, unifyfs, visit, vtkm
+ # Currently disabled: ascent, catalyst, visit
specs:
- matrix:
- - ecp-data-vis-sdk
+adios2
+ +ascent
+ +cinema
+darshan
+faodel
+hdf5
+ +paraview
+pnetcdf
+sz
+ +unifyfs
+veloc
+ +vtkm
+zfp
mirrors: { "mirror": "s3://spack-binaries-develop/data-vis-sdk" }