-
Notifications
You must be signed in to change notification settings - Fork 292
Revamping the HDF5_VERSION logic. #2095
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ebbe3b4
Revamping the HDF5_VERSION logic.
WardF a76245d
Plugged a hole where HDF5_VERSION wouldn't be checked against minimum…
WardF a777d97
Added logic for checking the version when the HDF5 libraries and incl…
WardF d0561d6
Caching HDF5_VERSION string for diagnostic purposes.
WardF 5d5a7c4
Correct an issue with appveyor builds, specific to systems where a ba…
WardF 9e6b6bc
Correct logic error.
WardF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 1.8.22 version of HDF5 works fine for me in CI testing with netCDF.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edwardhartnett Do you mean 1.8.22 works for you in regards to the
HDF5_UTF8_PATHStoggle in this block? Or do you mean in general? Taking a look back, theHDF5_VERSION_REQUIRED"minimum version gate" is set to1.8.10. Our CI tests against1.8.21, I'll take a look at bumping that to1.8.22. I've just noticed a path by whichHDF5_VERSIONmight not be checked to see if it meets the required version, so I'll be pushing that change as well.