nanocall icon indicating copy to clipboard operation
nanocall copied to clipboard

API change in hdf5 1.12 breaks compilation

Open dpryan79 opened this issue 3 years ago • 0 comments

During the most recent migration on Bioconda, I ran into compilation issues due to an API change in HDF5:

/opt/conda/conda-bld/nanocall_1664308975447/work/src/fast5/src/hdf5_tools.hpp:1609:60: error: no matching function for call to 'hdf5_tools::detail::Util::wrap(hdf5::herr_t (&)(hdf5::hid_t, hdf5::H5O_info2_t*, unsigned int), hdf5::hid_t&, hdf5::H5O_info2_t*)'
 1609 |         detail::Util::wrap(H5Oget_info, id_holder.id, &info);

Can you advise?

dpryan79 avatar Sep 27 '22 21:09 dpryan79