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
This commit is contained in:
Chuck Atkins
2021-11-01 11:54:50 -04:00
committed by GitHub
parent a1eb5596ec
commit 15d407c674
3 changed files with 15 additions and 1 deletions

View File

@@ -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" }