Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.3.1 requires HDF5 but configure doesn't support it #73

Open
sebastic opened this issue Sep 13, 2019 · 1 comment
Open

4.3.1 requires HDF5 but configure doesn't support it #73

sebastic opened this issue Sep 13, 2019 · 1 comment

Comments

@sebastic
Copy link

The 4.3.1 release requires HDF5 for the bzip2 sources, however configure doesn't support HDF5 and won't complain if hdf5.h is not present/found.

As hdf5.h & libhdf5.so are installed in a non-standard locations on Debian systems (/usr/include/hdf5/serial & /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial respectively), having the libhdf5-dev package installed is not sufficient.

OS: Debian GNU/Linux bullseye/sid
Buildsystem: Autotools

@WardF
Copy link
Member

WardF commented Sep 13, 2019

We can make that more clear; as it is, the C++ interface requires libnetcdf with netcdf4 enabled, which implies the existance of libhdf5. But cleaning up/modernizing/making the build system consistent and explicit in this requirement is a good idea. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants