- I'm interested in adding package
hdf5 to hunter. It is a C++/Fortran/Java library to interact with hdf / h5 files. HDF5 is a standard hierarchical data file format commonly used to store raw sensor data as well as metadata.
- Here is the official site of the lib: https://www.hdfgroup.org/solutions/hdf5/
- Used build system: [CMake] (built it with polly)
Only two dependencies were required ZLIB & szip, both on hunter (hence the hunterisation):
hdf5to hunter. It is a C++/Fortran/Java library to interact with hdf / h5 files. HDF5 is a standard hierarchical data file format commonly used to store raw sensor data as well as metadata.Only two dependencies were required ZLIB & szip, both on hunter (hence the hunterisation):
ZLIB(available in Hunter: https://docs.hunter.sh/en/latest/packages/pkg/ZLIB.html)szip(available in Hunter: https://docs.hunter.sh/en/latest/packages/pkg/szip.html)