diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-28 21:28:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 21:28:59 (GMT) |
commit | e5025e5ca3256eea5cd9fffb046699bedc76268e (patch) | |
tree | af64b6421e337de9ef57c66fd975d43989fdd497 /release_docs | |
parent | 95b2c3b96b389a44eadc85c74922f079363720e0 (diff) | |
download | hdf5-e5025e5ca3256eea5cd9fffb046699bedc76268e.zip hdf5-e5025e5ca3256eea5cd9fffb046699bedc76268e.tar.gz hdf5-e5025e5ca3256eea5cd9fffb046699bedc76268e.tar.bz2 |
Enable creation of RPM/DEB binaries GH#1394 #1398 (#1535)
Diffstat (limited to 'release_docs')
-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 9453508..e1c4f54 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/03/25) + - Added new option to the h5cc scripts produced by CMake. Add -showconfig option to h5cc scripts to cat the |