-
At the moment HDF5 seems configured to build libaec via a different build recipe than the one usually included with libaec: If libaec were built with its own cmake recipe, it is unclear how to built HDF5 such that it binds the produced libsz. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved this issue in a cmake context by pointing conda-forge solved this in an autoconf context by pointing I would appreciate if the need for the following cmake build processes that differ from their upstream counterparts could be documented better. |
Beta Was this translation helpful? Give feedback.
I solved this issue in a cmake context by pointing
libaec_DIR
to the directory containinglibaec-config.cmake
msys2/MINGW-packages#18328
conda-forge solved this in an autoconf context by pointing
--with-szlib
at the appropriate top level directory containinglibsz
.https://github.com/conda-forge/hdf5-feedstock/blob/12bf852008c951d64a343a45f385f570bde7f034/recipe/build.sh#L101
I would appreciate if the need for the following cmake build processes that differ from their upstream counterparts could be documented better.
https://github.com/HDFGroup/hdf5/tree/develop/config/cmake/LIBAEC
https://github.com/HDFGroup/hdf5/blob/develop/config/cmake/ZLIB/