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

Update links to HDF5 documentation on support.hdfgroup.org #1193

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

mkitti
Copy link
Member

@mkitti mkitti commented Mar 25, 2025

Fix #1192

I generated the hdf5.tag file using this script.

curl -fsSL https://pixi.sh/install.sh | bash
pixi global install cmake
pixi global install doxygen
git clone https://github.com/HDFGroup/hdf5.git
cd hdf5
git checkout hdf5-1.14.6
mkdir build
cmake -D HDF5_BUILD_DOCS=ON ..
make -j hdf5hllib_doc

@mkitti mkitti marked this pull request as ready for review March 26, 2025 00:09
@mkitti mkitti merged commit b42c2a2 into JuliaIO:master Mar 26, 2025
15 of 24 checks passed
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.

Links to low-level function documentation in libHDF5 lead to a 404 page
1 participant