ecp-data-vis-sdk: remove self-referential dependencies (#42484)
This shouldn't be an issue, but express this limitation with a conflict.
This commit is contained in:
parent
8190903821
commit
928ee7569c
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
|
|||
)
|
||||
# TODO: When Ascent is updated to use VTK-m >= 1.8 move examples to
|
||||
# the main spec.
|
||||
depends_on("vtk-m+examples", when="+vtkm ^vtk-m@1.8:")
|
||||
conflicts("^vtk-m~examples", when="+vtkm ^vtk-m@1.8:")
|
||||
depends_on("vtk-m+openmp", when="~rocm+vtkm")
|
||||
depends_on("vtk-m~openmp", when="+rocm+vtkm")
|
||||
|
||||
|
|
Loading…
Reference in a new issue