From 899a97626de82f1c28dfc14cb44b9ee016d56233 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 13 Mar 2024 08:24:38 -0500 Subject: [PATCH 1/2] Deprecate bin/cmakehdf5 --- bin/cmakehdf5 | 1 + release_docs/RELEASE.txt | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/bin/cmakehdf5 b/bin/cmakehdf5 index 6d31b3450f9..bdd724f4a14 100755 --- a/bin/cmakehdf5 +++ b/bin/cmakehdf5 @@ -1,4 +1,5 @@ #!/bin/sh +echo "Deprecated: This will be removed in a future release" # Build and Test HDF5 using cmake. # Copyright: The HDF Group, 2012-14 diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4383c39d14c..6ee2c34c7ae 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,11 @@ New Features Configuration: ------------- + - Deprecate bin/cmakehdf5 script + + With the improvements made in CMake since version 3.23 and the addition + of CMake preset files, this script is no longer necessary. + - Overhauled LFS support checks In 2024, we can assume that Large File Support (LFS) exists on all From 784928ce33c4439e4a70e25ccae43a27a3e838a9 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 13 Mar 2024 08:37:53 -0500 Subject: [PATCH 2/2] Add reference text --- release_docs/RELEASE.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6ee2c34c7ae..8b835e2d6d5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -52,6 +52,8 @@ New Features With the improvements made in CMake since version 3.23 and the addition of CMake preset files, this script is no longer necessary. + See INSTALL_CMake.txt file, Section X: Using CMakePresets.json for compiling + - Overhauled LFS support checks In 2024, we can assume that Large File Support (LFS) exists on all