diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-02-22 14:36:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:36:28 (GMT) |
commit | 5a5a77040225a5c621cb75b578204c8b534a7652 (patch) | |
tree | ff672da41ac40aede50895b8e514b6d4c30e9f9a /release_docs/RELEASE.txt | |
parent | 3107fafa2ce858b598617463334d3d6d01dc1e4c (diff) | |
download | hdf5-5a5a77040225a5c621cb75b578204c8b534a7652.zip hdf5-5a5a77040225a5c621cb75b578204c8b534a7652.tar.gz hdf5-5a5a77040225a5c621cb75b578204c8b534a7652.tar.bz2 |
Enable creation of RPM/DEB binaries GH#1394 (#1398)
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f68a7fe..10663f2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,15 @@ New Features Configuration: ------------- + - CPack will now generate RPM/DEB packages. + + Enabled the RPM and DEB CPack generators on linux. In addition to + generating STGZ and TGZ packages, CPack will try to package the + library for RPM and DEB packages. This is the initial attempt and + may change as issues are resolved. + + (ADB - 2022/01/27) + - Added new option to the h5cc scripts produced by CMake. Add -showconfig option to h5cc scripts that cat the |