geospace-code / h5fortran

Lightweight HDF5 polymorphic Fortran: h5write() h5read()
https://geospace-code.github.io/h5fortran
BSD 3-Clause "New" or "Revised" License
99 stars 24 forks source link

Documentation about autobuild seems inconsistent with "Examples" #12

Closed bast closed 3 years ago

bast commented 3 years ago

The documentation at https://github.com/geospace-code/h5fortran#autobuild-hdf5 mentions that "h5fortran will automatically build the HDF5 library if needed. This takes a minute or two on a typical laptop."

This was indeed the case when following the example further up.

However, when I later tried https://github.com/geospace-code/h5fortran/tree/master/Examples, CMake configuration told me that "h5fortran: HDF5 not working". This required installing HDF5. Which is not a problem but I expected also here that it would build it for me.

Unless I missed something, the documentation could be clarified for this.

(working on https://github.com/openjournals/joss-reviews/issues/2842)

scivision commented 3 years ago

This was fixed in the meantime, thanks!

bast commented 3 years ago

Thank you!