summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-16 17:15:25 (GMT)
committerGitHub <noreply@github.com>2021-09-16 17:15:25 (GMT)
commitc0f2bc87aca0ddfed4bbf1a75dda5ea71b6617eb (patch)
tree9db02def5d5567804d3c8f8bf615ed07f3b6d3ba /release_docs
parentdaeb4454f6d8b72d5fab6a78546859b2182bd248 (diff)
downloadhdf5-c0f2bc87aca0ddfed4bbf1a75dda5ea71b6617eb.zip
hdf5-c0f2bc87aca0ddfed4bbf1a75dda5ea71b6617eb.tar.gz
hdf5-c0f2bc87aca0ddfed4bbf1a75dda5ea71b6617eb.tar.bz2
HDFFV-11266 - add option to build HL tools (#1018)
* HDFFV-11266 - add option to build HL tools * Correct if syntax * Correct name of conditional
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt1
-rw-r--r--release_docs/RELEASE.txt12
2 files changed, 11 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 5d11957..91eb593 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -740,6 +740,7 @@ HDF5_BUILD_FORTRAN "Build FORTRAN support" OFF
HDF5_BUILD_JAVA "Build JAVA support" OFF
HDF5_BUILD_HL_LIB "Build HIGH Level HDF5 Library" ON
HDF5_BUILD_TOOLS "Build HDF5 Tools" ON
+HDF5_BUILD_HL_TOOLS "Build HIGH Level HDF5 Tools" ON
---------------- HDF5 Advanced Options ---------------------
ONLY_SHARED_LIBS "Only Build Shared Libraries" OFF
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 66907be..ed12c5e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,6 +49,14 @@ New Features
Configuration:
-------------
+ - Added new option to control the build of High-Level tools
+ that default ON/enabled.
+
+ Add configure options (autotools - CMake):
+ enable-hltools HDF5_BUILD_HL_TOOLS
+
+ (ADB - 2021/09/16, HDFFV-11266)
+
- Adds C++ Autotools configuration file for Intel
* Checks for icpc as the compiler
@@ -909,8 +917,8 @@ New Features
----------------
- added set/get for unsigned long long attributes
- the attribute writing high-level API has been expanded to include
- public set/get functions for ULL attributes, analogously to the
+ the attribute writing high-level API has been expanded to include
+ public set/get functions for ULL attributes, analogously to the
existing set/get for other types.
(AF - 2021/09/08)