You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> Starting build()...
loading initial cache file ../hdf5-{1.14.2}/config/cmake
CMake Error: Error processing file: D:/repos/MINGW-packages/mingw-w64-hdf5/src/hdf5-{1.14.2}/config/cmake
-- Final: share/doc/hdf5
-- Testing maximum decimal precision for C - 21;33
-- maximum decimal precision for C var - 33
-- ... disable color and URL extended diagnostic messages
-- ....All Warnings are enabled
-- Could NOT find ZLIB (missing: ZLIB_DIR)
-- Could NOT find libaec (missing: libaec_DIR)
-- Could NOT find SZIP (missing: SZIP_DIR)
CMake Warning at CMakeFilters.cmake:147 (find_package):
By not providing "FindSZIP.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "SZIP", but
CMake did not find one.
Could not find a package configuration file provided by "SZIP" with any of
the following names:
SZIPConfig.cmake
szip-config.cmake
Add the installation prefix of "SZIP" to CMAKE_PREFIX_PATH or set
"SZIP_DIR" to a directory containing one of the above files. If "SZIP"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:835 (include)
CMake Warning at CMakeFilters.cmake:183 (message):
SZIP support in HDF5 was enabled but not found
Call Stack (most recent call first):
CMakeLists.txt:835 (include)
Description / Steps to reproduce the issue
Here is a test program
test_filters.c
:Compiling this with
gcc test_filters.c -lhdf5 -o test_filters
and runningtest_filters
results in the following output:Running
make-pkg
gives the following output:Expected behavior
Actual behavior
Verification
Windows Version
MINGW64_NT-10.0-19044
MINGW environments affected
Are you willing to submit a PR?
Yes, but I need help.
The text was updated successfully, but these errors were encountered: