summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-23 19:32:09 (GMT)
committerGitHub <noreply@github.com>2023-08-23 19:32:09 (GMT)
commite1602a287b0f9520f5e92f65263359b5f04ebce7 (patch)
treed7468a6e5a9b768bbe946c9f201c265317d2914c /release_docs
parent81fc47cc06dd162940b39b99b25c3708db026b0a (diff)
downloadhdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.zip
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.gz
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.bz2
Re-enable SZIP default to ON in CMake (#3414)
The Autotools were handled in a separate commit
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt2
-rw-r--r--release_docs/RELEASE.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 75738ad..f979ff3 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -876,7 +876,7 @@ if (BUILD_TESTING)
---------------- External Library Options ---------------------
HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO GIT TGZ)" "NO"
HDF5_ENABLE_PLUGIN_SUPPORT "Enable PLUGIN Filters" OFF
-HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" OFF
+HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" ON
HDF5_ENABLE_Z_LIB_SUPPORT "Enable Zlib Filters" ON
PLUGIN_USE_EXTERNAL "Use External Library Building for PLUGINS" 0
ZLIB_USE_EXTERNAL "Use External Library Building for ZLIB" 0
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bef7c96..7de4b18 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -53,6 +53,9 @@ New Features
Since libaec is prevalent and BSD-licensed for both encoding and
decoding, we build the szip filter by default now.
+ Both autotools and CMake build systems will process the szip filter the same as
+ the zlib filter is processed.
+
- Removed CMake cross-compiling variables
* HDF5_USE_PREGEN