1501 Add CMake option to allow building without HDF5#1502
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1502 +/- ##
==========================================
- Coverage 97.40% 97.36% -0.04%
==========================================
Files 189 188 -1
Lines 16600 16539 -61
==========================================
- Hits 16170 16104 -66
- Misses 430 435 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
reneSchm
left a comment
There was a problem hiding this comment.
I am honestly surprised that we are using the HAS_HDF5 macro that consistently, I expected more changes in the cpp directory.
Do we need an extra build option, or should we just group hdf into the "optional-deps" category? I think the latter would suffice, as we only need to check that nothing uses hdf without the corresponding macro.
|
In the current main, |
Co-authored-by: reneSchm <[email protected]>
reneSchm
left a comment
There was a problem hiding this comment.
Very useful addition, thanks!
Changes and Information
Please briefly list the changes (main added features, changed items, or corrected bugs) made:
MEMILIO_ENABLE_HDF5option to build without hdf5If need be, add additional information and what the reviewer should look out for in particular:
Merge Request - Guideline Checklist
Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.
Checks by code author
Checks by code reviewer(s)