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:
Massimiliano Culpo 2024-02-05 15:17:46 +01:00 committed by GitHub
parent 8190903821
commit 928ee7569c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")