Skip to content

Commit

Permalink
DaV: Drop propagation of HDF5 to darshan (spack#38361)
Browse files Browse the repository at this point in the history
Darshan Runtime does not properly link symols for HDF5 when using shared
libraries.
  • Loading branch information
kwryankrattiger authored Jun 14, 2023
1 parent 8103d01 commit f68063a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
propagate=["cuda", "hdf5", "sz", "zfp", "fortran"] + cuda_arch_variants,
)

dav_sdk_depends_on("darshan-runtime+mpi", when="+darshan", propagate=["hdf5"])
dav_sdk_depends_on("darshan-runtime+mpi", when="+darshan")
dav_sdk_depends_on("darshan-util", when="+darshan")

dav_sdk_depends_on("faodel+shared+mpi network=libfabric", when="+faodel", propagate=["hdf5"])
Expand Down

0 comments on commit f68063a

Please sign in to comment.