Skip to content
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

Fix grammar and content in HDF5Examples #4333

Merged
merged 2 commits into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,16 @@ New Features

- Incorporated HDF5 examples repository into HDF5 library.

The HDF5Examples folder is equivalent to the repository hdf5-examples.
As such it can build and test the examples during library build or after
the library is installed. Previously, the hdf5-repository archives were
downloaded for packaging with the library. Now the examples can be built
The HDF5Examples folder is equivalent to the hdf5-examples repository.
This enables building and testing the examples
during the library build process or after the library has been installed.
Previously, the hdf5-examples archives were downloaded
for packaging with the library. Now the examples can be built
and tested without a packaged install of the library.

However to maintain the ability to use the HDF5Examples with an installed
library, it is necessary to translate or synch the option names from those
used by the library to those used by the examples. The typical pattern is:
However, to maintain the ability to use the HDF5Examples with an installed
library, it is necessary to map the option names used by the library
to those used by the examples. The typical pattern is:
<example option> = <library option>
HDF_BUILD_FORTRAN = ${HDF5_BUILD_FORTRAN}

Expand Down