[hdf5] build failure when using version 1.10.5-12
with baselines after tag 2024.11.16
#42673
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Operating system
Ubuntu 22.04.5 LTS (WSL)
Compiler
GCC
Steps to reproduce the behavior
Failure logs
Additional context
For technical reasons, we need to use
hdf5
with the 1.10 API. Upgrading to the latest version is infeasible at this time. I am aware of the-DH5_USE_110_API
CMake flag which is supposed to allow usage of the 1.10 API with later versions of the package, but using this in practice caused multiple test failures and should also be considered infeasible.Investigating a bit, it appears that
hdf5
version1.10.5-12
relies onszip
. However, this was removed with #38107 and VCPKG can't figure out what to do with this older version anymore. How can we use this version ofhdf5
with later baselines? This is preventing baseline updates, which prevents us from ensuring packages are up-to-date and integrating new changes and will probably become a security issue before too long. Is there a way to continue using this version ofhdf5
with newer baselines, or are we forced to update to later versions ofhdf5
?The text was updated successfully, but these errors were encountered: