diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-08-23 15:21:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 15:21:33 (GMT) |
commit | 81fc47cc06dd162940b39b99b25c3708db026b0a (patch) | |
tree | fdc5a36281340ed418b92fd9ab61ad239265d7e1 /release_docs/RELEASE.txt | |
parent | f61522ec4d080c6a62285bd530b4851e03771014 (diff) | |
download | hdf5-81fc47cc06dd162940b39b99b25c3708db026b0a.zip hdf5-81fc47cc06dd162940b39b99b25c3708db026b0a.tar.gz hdf5-81fc47cc06dd162940b39b99b25c3708db026b0a.tar.bz2 |
Enable szip by default in Autotools (#3412)
Since libaec is so prevalent and BSD-licensed for both encode and
decode, we build the szip filter by default when the szip or aec
libraries are found.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 77a0d8b..bef7c96 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,12 @@ New Features Configuration: ------------- + - Autotools builds now build the szip filter by default when an appropriate + library is found + + Since libaec is prevalent and BSD-licensed for both encoding and + decoding, we build the szip filter by default now. + - Removed CMake cross-compiling variables * HDF5_USE_PREGEN |