h5cpp new version and the most frustrating commit ever
Issue
Filewriter could not be built on macOS
Description of work
A short-term fix was implemented involving a build of h5cpp locally as Conan recipe was seemingly not compatible. By chance, I found another repo ( https://github.com/ess-dmsc/conan-h5cpp ) which indicated that 0.6.0 was the latest version, but in fact the version that should be used in the file is found in commit a6233047 (and implemented here).
Decision should be made about versioning for Conan moving forward.
Checklist
- [ missing? ] Changes have been documented in
changes.md
- [ N/A ] Documentation has been updated in
documentation
directory