fix typo in ec-data-vis-sdk package (#21156)
This commit is contained in:
parent
881ca8406c
commit
49141f9528
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user