-
Notifications
You must be signed in to change notification settings - Fork 100
Support hdf5 1.14.0 #227
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
Support hdf5 1.14.0 #227
Conversation
2d39998
to
7eb87b8
Compare
Hi all, what is the status of this PR? I'd be very grateful for the support of 1.14... BTW: could one ignore the "patch" part here: https://github.com/aldanor/hdf5-rust/blob/master/hdf5-sys/build.rs#L32 ? For example on ArchLinux there is just a number after the dash, https://archlinux.org/packages/community/x86_64/hdf5/, thus failing the regex. Many thanks in advance! |
@mulimoen I'll take a look at this (and other PRs) on the weekend, is h5d the only change here? |
@aldanor Yes, everything else is covered by the support for 1.13 We should probably remove support for 1.13 at some point considering odd minor versions are "test" versions |
7eb87b8
to
5dec121
Compare
5dec121
to
38256e5
Compare
Patched versions in e.g. Arch linux currently has the version number "1.14.1-2" which should now be supported |
3ec9903
to
b024fc8
Compare
Looks good, thanks! Unless there's anything else to be done here I'll merge this so we can proceed forward. |
Just double checking - would this close #230? (I guess so) |
Feel free to merge. I'll prepare something to rid us of 1.13 later |
The work done to support 1.13.0 means 1.14.0 is trivial to support