Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hdf5: Fix ZLIB and SZIP #18328

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

mkitti
Copy link
Contributor

@mkitti mkitti commented Sep 6, 2023

Fix #18326

@Biswa96
Copy link
Member

Biswa96 commented Sep 6, 2023

Would you like to explain how this change fixes the issue?

@mkitti
Copy link
Contributor Author

mkitti commented Sep 6, 2023

Sure. There have been multiple upstream changes to the cmake recipe including removal of FindSZIP.cmake.

HDFGroup/hdf5#3035

This means prior configuration settings no longer work.

libaec is also built by cmake so configuration there just involves pointing to the location where the libaec cmake configuration was stored.

For Zlib there is a FindZLIB.cmake but it needs a hint to look at the MINGW root.

@mkitti
Copy link
Contributor Author

mkitti commented Sep 6, 2023

See also conda-forge/hdf5-feedstock#207

That build uses autoconf rather than cmake though.

@Biswa96 Biswa96 merged commit e91fcc8 into msys2:master Sep 6, 2023
7 checks passed
@mkitti mkitti changed the title Fix ZLIB and SZIP for HDF5 hdf5: Fix ZLIB and SZIP Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HDF5 Build Fails to Incorporate Zlib and and SZIP
2 participants