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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,8 @@ class VtkH(CMakePackage, CudaPackage):
depends_on("vtk-m~shared", when="~shared") 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) # provide cmake args (pass host config as cmake cache file)
def cmake_args(self): def cmake_args(self):
host_config = self._get_host_config_path(self.spec) host_config = self._get_host_config_path(self.spec)