ECP-DAV: Propagate adios2 variant to paraview (#26747)
Depends on #26728 and #26175
This commit is contained in:
parent
04b9d87fca
commit
6c9b781e6e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user