The user can specify the HDF5 directory when configuring h5py via the --hdf5 argument or the HDF5_DIR environment variable, but cannot specify the include and lib directories separately. Package managers often install parallel HDF5 into lower level directories like /usr/include/hdf5/openmpi and /usr/lib/x86_64-linux-gnu/hdf5/openmpi. As a result, they cannot be found through specification of an HDF5 directory. Although slightly less convenient, user specification of the HDF5 include and lib directories provides a much more flexible and robust approach.Is there a reason why the h5py configuration doesn't do this? Would you be willing to accept a pull request that adds this feature?
--
You received this message because you are subscribed to the Google Groups "h5py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h5py+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/h5py/793c3d58-a04b-4f16-ada7-b8cdac324afe%40googlegroups.com.
Thanks for pointing me to the PR. This includes the features I want, and I added my use case as a comment.
Thanks,
Brad
To view this discussion on the web visit https://groups.google.com/d/msgid/h5py/CAOvn4qhoAYzdpb92WPWJe%3DRX_Np1%3DMBh0yhCc2E1at7z0K4g2g%40mail.gmail.com.