VTK-h: Patch VTK-h to build +shared+cuda (#32104)

This commit is contained in:
kwryankrattiger
2022-08-15 12:41:45 -05:00
committed by GitHub
parent b1e499d009
commit c12446d0ea

View File

@@ -98,6 +98,8 @@ class VtkH(CMakePackage, CudaPackage):
depends_on("vtk-m~shared", when="~shared")
patch("vtk-h-shared-cuda.patch", when="@0.8")
# provide cmake args (pass host config as cmake cache file)
def cmake_args(self):
host_config = self._get_host_config_path(self.spec)