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
@ -187,7 +187,7 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
|
|||||||
)
|
)
|
||||||
# TODO: When Ascent is updated to use VTK-m >= 1.8 move examples to
|
# TODO: When Ascent is updated to use VTK-m >= 1.8 move examples to
|
||||||
# the main spec.
|
# 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")
|
||||||
depends_on("vtk-m~openmp", when="+rocm+vtkm")
|
depends_on("vtk-m~openmp", when="+rocm+vtkm")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user