ECP-DAV: Propagate adios2 variant to paraview (#26747)

Depends on #26728 and #26175
This commit is contained in:
kwryankrattiger 2022-01-12 10:14:12 -06:00 committed by GitHub
parent 04b9d87fca
commit 6c9b781e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,12 +119,11 @@ def exclude_variants(variants, exclude):
depends_on('py-cinemasci', when='+cinema')
# +adios2 is not yet enabled in the paraview package
paraview_base_spec = 'paraview +mpi +python3 +kits'
# Want +shared when not using cuda
dav_sdk_depends_on(paraview_base_spec + '+shared ~cuda',
when='+paraview ~cuda',
propagate=['hdf5'])
propagate=['hdf5', 'adios2'])
# Can't have +shared when using cuda, propagate cuda_arch_variants
dav_sdk_depends_on(paraview_base_spec + '~shared +cuda',
when='+paraview +cuda',