Compare commits

...

1 Commits

Author SHA1 Message Date
kwryankrattiger
f9c5561478 SDK: Quick fix to allow SDK to build with HIP (#32321) 2022-08-24 20:47:18 -07:00

View File

@@ -131,6 +131,8 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
when="+ascent",
propagate=["adios2", "cuda"] + cuda_arch_variants,
)
depends_on("ascent+openmp", when="~rocm+ascent")
depends_on("ascent~openmp", when="+rocm+ascent")
# Need to explicitly turn off conduit hdf5_compat in order to build
# hdf5@1.12 which is required for SDK
@@ -158,10 +160,12 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
dav_sdk_depends_on("visit+mpi+python+silo", when="+visit", propagate=["hdf5", "adios2"])
dav_sdk_depends_on(
"vtk-m@1.7:+shared+mpi+openmp+rendering",
"vtk-m@1.7:+shared+mpi+rendering",
when="+vtkm",
propagate=["cuda", "rocm"] + cuda_arch_variants + amdgpu_target_variants,
)
depends_on("vtk-m+openmp", when="~rocm+vtkm")
depends_on("vtk-m~openmp", when="+rocm+vtkm")
# +python is currently broken in sz
# dav_sdk_depends_on('sz+shared+fortran+python+random_access',