fix typo in ec-data-vis-sdk package (#21156)

This commit is contained in:
Omar Padron 2021-01-19 18:09:42 -05:00 committed by GitHub
parent 881ca8406c
commit 49141f9528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,8 @@ def variants2deps(dep_spec, pkg_spec, variants):
depends_on('ascent+shared+mpi+fortran+openmp+python+vtkh+dray', when='+ascent')
depends_on('catalyst', when='+catalyst')
depends_on('py-cinema-lib', when='+cienma')
depends_on('py-cinemasci', when='+cienma')
depends_on('py-cinema-lib', when='+cinema')
depends_on('py-cinemasci', when='+cinema')
variants2deps('paraview+shared+mpi+python3+kits', '+paraview', ['hdf5'])
# +adios2 is not yet enabled in the paraview package