VTK-h: Patch VTK-h to build +shared+cuda (#32104)
This commit is contained in:
parent
b1e499d009
commit
c12446d0ea
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue