From eeef73290e3c27392b090d9ec16e326ecd8196b8 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:47:38 -0600 Subject: [PATCH] Update version (#48) --- BLOSC/config/cmake/H5PL_Examples.cmake.in | 8 +-- BLOSC/config/cmake/README.txt.cmake.in | 4 +- BLOSC/config/cmake/binex/Using_CMake.txt | 14 +++--- BSHUF/config/cmake/H5PL_Examples.cmake.in | 8 +-- BSHUF/config/cmake/README.txt.cmake.in | 4 +- BSHUF/config/cmake/binex/Using_CMake.txt | 14 +++--- BZIP2/config/cmake/H5PL_Examples.cmake.in | 8 +-- BZIP2/config/cmake/README.txt.cmake.in | 4 +- BZIP2/config/cmake/binex/Using_CMake.txt | 14 +++--- CMakeLists.txt | 6 +-- JPEG/config/cmake/H5PL_Examples.cmake.in | 8 +-- JPEG/config/cmake/README.txt.cmake.in | 4 +- JPEG/config/cmake/binex/Using_CMake.txt | 14 +++--- LZ4/config/cmake/H5PL_Examples.cmake.in | 8 +-- LZ4/config/cmake/README.txt.cmake.in | 4 +- LZ4/config/cmake/binex/Using_CMake.txt | 14 +++--- LZF/config/cmake/H5PL_Examples.cmake.in | 8 +-- LZF/config/cmake/README.txt.cmake.in | 4 +- LZF/config/cmake/binex/Using_CMake.txt | 14 +++--- MAFISC/config/cmake/H5PL_Examples.cmake.in | 8 +-- MAFISC/config/cmake/README.txt.cmake.in | 4 +- MAFISC/config/cmake/binex/Using_CMake.txt | 14 +++--- MAFISC/src/liblzma/Makefile.am | 2 +- MAFISC/src/liblzma/Makefile.in | 2 +- README.txt | 2 +- SZ/config/cmake/H5PL_Examples.cmake.in | 8 +-- SZ/config/cmake/README.txt.cmake.in | 4 +- SZ/config/cmake/binex/Using_CMake.txt | 14 +++--- ZFP/config/cmake/H5PL_Examples.cmake.in | 8 +-- ZFP/config/cmake/README.txt.cmake.in | 4 +- ZFP/config/cmake/binex/Using_CMake.txt | 14 +++--- ZSTD/config/cmake/H5PL_Examples.cmake.in | 8 +-- ZSTD/config/cmake/README.txt.cmake.in | 4 +- ZSTD/config/cmake/binex/Using_CMake.txt | 14 +++--- config/cmake/H5PL_Examples.cmake.in | 8 +-- config/cmake/README.txt.cmake.in | 4 +- config/cmake/binex/Using_CMake.txt | 14 +++--- docs/INSTALL_With_CMake.txt | 58 +++++++++++----------- docs/PluginLibraries.txt | 2 +- docs/USING_HDF5_AND_CMake.txt | 18 +++---- 40 files changed, 188 insertions(+), 188 deletions(-) diff --git a/BLOSC/config/cmake/H5PL_Examples.cmake.in b/BLOSC/config/cmake/H5PL_Examples.cmake.in index ebc51009..405cdb35 100644 --- a/BLOSC/config/cmake/H5PL_Examples.cmake.in +++ b/BLOSC/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/BLOSC/config/cmake/README.txt.cmake.in b/BLOSC/config/cmake/README.txt.cmake.in index 7f85c6a9..f3bea00e 100644 --- a/BLOSC/config/cmake/README.txt.cmake.in +++ b/BLOSC/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5BLOSC_PACKAGE_NAME@-@H5BLOSC_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/BLOSC/config/cmake/binex/Using_CMake.txt b/BLOSC/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/BLOSC/config/cmake/binex/Using_CMake.txt +++ b/BLOSC/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/BSHUF/config/cmake/H5PL_Examples.cmake.in b/BSHUF/config/cmake/H5PL_Examples.cmake.in index 1c0efd44..388361e0 100644 --- a/BSHUF/config/cmake/H5PL_Examples.cmake.in +++ b/BSHUF/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/BSHUF/config/cmake/README.txt.cmake.in b/BSHUF/config/cmake/README.txt.cmake.in index 238cd8ca..52225e97 100644 --- a/BSHUF/config/cmake/README.txt.cmake.in +++ b/BSHUF/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5BSHUF_PACKAGE_NAME@-@H5BSHUF_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/BSHUF/config/cmake/binex/Using_CMake.txt b/BSHUF/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/BSHUF/config/cmake/binex/Using_CMake.txt +++ b/BSHUF/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/BZIP2/config/cmake/H5PL_Examples.cmake.in b/BZIP2/config/cmake/H5PL_Examples.cmake.in index 9bb8e834..423a86ca 100644 --- a/BZIP2/config/cmake/H5PL_Examples.cmake.in +++ b/BZIP2/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/BZIP2/config/cmake/README.txt.cmake.in b/BZIP2/config/cmake/README.txt.cmake.in index 13a37d1f..78ac7c48 100644 --- a/BZIP2/config/cmake/README.txt.cmake.in +++ b/BZIP2/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5BZ2_PACKAGE_NAME@-@H5BZ2_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/BZIP2/config/cmake/binex/Using_CMake.txt b/BZIP2/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/BZIP2/config/cmake/binex/Using_CMake.txt +++ b/BZIP2/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bd9c9d1..cea23461 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,9 +41,9 @@ set (H5PL_EXPORTED_TARGETS "") BASIC_SETTINGS (${PL_PACKAGE_NAME}) set (H5PL_VERS_MAJOR "1") -set (H5PL_VERS_MINOR "13") -set (H5PL_VERS_RELEASE "4") -set (H5PL_OVERRIDE_VERSION "1.13.4") +set (H5PL_VERS_MINOR "14") +set (H5PL_VERS_RELEASE "0") +set (H5PL_OVERRIDE_VERSION "1.14.0") set (H5PL_SOVERS_MAJOR 1) set (H5PL_SOVERS_MINOR 0) diff --git a/JPEG/config/cmake/H5PL_Examples.cmake.in b/JPEG/config/cmake/H5PL_Examples.cmake.in index 2415ecc7..16bc2c82 100644 --- a/JPEG/config/cmake/H5PL_Examples.cmake.in +++ b/JPEG/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/JPEG/config/cmake/README.txt.cmake.in b/JPEG/config/cmake/README.txt.cmake.in index 2d1e17fb..b5004915 100644 --- a/JPEG/config/cmake/README.txt.cmake.in +++ b/JPEG/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5JPEG_PACKAGE_NAME@-@H5JPEG_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/JPEG/config/cmake/binex/Using_CMake.txt b/JPEG/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/JPEG/config/cmake/binex/Using_CMake.txt +++ b/JPEG/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/LZ4/config/cmake/H5PL_Examples.cmake.in b/LZ4/config/cmake/H5PL_Examples.cmake.in index 78cb40d3..0d5c5892 100644 --- a/LZ4/config/cmake/H5PL_Examples.cmake.in +++ b/LZ4/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/LZ4/config/cmake/README.txt.cmake.in b/LZ4/config/cmake/README.txt.cmake.in index 9f769c6e..f78c91b8 100644 --- a/LZ4/config/cmake/README.txt.cmake.in +++ b/LZ4/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5LZ4_PACKAGE_NAME@-@H5LZ4_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/LZ4/config/cmake/binex/Using_CMake.txt b/LZ4/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/LZ4/config/cmake/binex/Using_CMake.txt +++ b/LZ4/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/LZF/config/cmake/H5PL_Examples.cmake.in b/LZF/config/cmake/H5PL_Examples.cmake.in index 6975a2ad..39ccdad7 100644 --- a/LZF/config/cmake/H5PL_Examples.cmake.in +++ b/LZF/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/LZF/config/cmake/README.txt.cmake.in b/LZF/config/cmake/README.txt.cmake.in index df838e0b..09dc666c 100644 --- a/LZF/config/cmake/README.txt.cmake.in +++ b/LZF/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5LZF_PACKAGE_NAME@-@H5LZF_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/LZF/config/cmake/binex/Using_CMake.txt b/LZF/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/LZF/config/cmake/binex/Using_CMake.txt +++ b/LZF/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/MAFISC/config/cmake/H5PL_Examples.cmake.in b/MAFISC/config/cmake/H5PL_Examples.cmake.in index 8284b70e..91e0046a 100644 --- a/MAFISC/config/cmake/H5PL_Examples.cmake.in +++ b/MAFISC/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/MAFISC/config/cmake/README.txt.cmake.in b/MAFISC/config/cmake/README.txt.cmake.in index db3a818d..14edac8a 100644 --- a/MAFISC/config/cmake/README.txt.cmake.in +++ b/MAFISC/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5MAFISC_PACKAGE_NAME@-@H5MAFISC_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/MAFISC/config/cmake/binex/Using_CMake.txt b/MAFISC/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/MAFISC/config/cmake/binex/Using_CMake.txt +++ b/MAFISC/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/MAFISC/src/liblzma/Makefile.am b/MAFISC/src/liblzma/Makefile.am index 819d5a5e..5eca9726 100644 --- a/MAFISC/src/liblzma/Makefile.am +++ b/MAFISC/src/liblzma/Makefile.am @@ -50,7 +50,7 @@ endif ## Windows-specific stuff # Windows resource compiler support. libtool knows what to do with .rc -# files, but Automake (<= 1.13 at least) doesn't know. +# files, but Automake (<= 1.14 at least) doesn't know. # # We want the resource file only in shared liblzma. To avoid linking it into # static liblzma, we overwrite the static object file with an object file diff --git a/MAFISC/src/liblzma/Makefile.in b/MAFISC/src/liblzma/Makefile.in index 71a2bce4..7d987ccc 100644 --- a/MAFISC/src/liblzma/Makefile.in +++ b/MAFISC/src/liblzma/Makefile.in @@ -1738,7 +1738,7 @@ uninstall-am: uninstall-docDATA uninstall-libLTLIBRARIES \ # Windows resource compiler support. libtool knows what to do with .rc -# files, but Automake (<= 1.13 at least) doesn't know. +# files, but Automake (<= 1.14 at least) doesn't know. # # We want the resource file only in shared liblzma. To avoid linking it into # static liblzma, we overwrite the static object file with an object file diff --git a/README.txt b/README.txt index fb5af8dd..e14ccb1f 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 1.13 plugins +HDF5 1.14 plugins Building these filter/example requires knowledge of the hdf5 and the compression library installation. Out-of-source build process is expected. diff --git a/SZ/config/cmake/H5PL_Examples.cmake.in b/SZ/config/cmake/H5PL_Examples.cmake.in index 87f0f7af..f817ece8 100644 --- a/SZ/config/cmake/H5PL_Examples.cmake.in +++ b/SZ/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/SZ/config/cmake/README.txt.cmake.in b/SZ/config/cmake/README.txt.cmake.in index 587eb705..0984c4cf 100644 --- a/SZ/config/cmake/README.txt.cmake.in +++ b/SZ/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5SZ_PACKAGE_NAME@-@H5SZ_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/SZ/config/cmake/binex/Using_CMake.txt b/SZ/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/SZ/config/cmake/binex/Using_CMake.txt +++ b/SZ/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/ZFP/config/cmake/H5PL_Examples.cmake.in b/ZFP/config/cmake/H5PL_Examples.cmake.in index b475f724..38f26a39 100644 --- a/ZFP/config/cmake/H5PL_Examples.cmake.in +++ b/ZFP/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.12) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/ZFP/config/cmake/README.txt.cmake.in b/ZFP/config/cmake/README.txt.cmake.in index 594d1a40..227cf099 100644 --- a/ZFP/config/cmake/README.txt.cmake.in +++ b/ZFP/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5ZFP_PACKAGE_NAME@-@H5ZFP_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/ZFP/config/cmake/binex/Using_CMake.txt b/ZFP/config/cmake/binex/Using_CMake.txt index d8ad3340..351423d7 100644 --- a/ZFP/config/cmake/binex/Using_CMake.txt +++ b/ZFP/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.12. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/ZSTD/config/cmake/H5PL_Examples.cmake.in b/ZSTD/config/cmake/H5PL_Examples.cmake.in index 3e613493..17f2c24c 100644 --- a/ZSTD/config/cmake/H5PL_Examples.cmake.in +++ b/ZSTD/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/ZSTD/config/cmake/README.txt.cmake.in b/ZSTD/config/cmake/README.txt.cmake.in index acea6a63..bc824afc 100644 --- a/ZSTD/config/cmake/README.txt.cmake.in +++ b/ZSTD/config/cmake/README.txt.cmake.in @@ -24,9 +24,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5ZSTD_PACKAGE_NAME@-@H5ZSTD_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/ZSTD/config/cmake/binex/Using_CMake.txt b/ZSTD/config/cmake/binex/Using_CMake.txt index 40093992..dc639211 100644 --- a/ZSTD/config/cmake/binex/Using_CMake.txt +++ b/ZSTD/config/cmake/binex/Using_CMake.txt @@ -27,7 +27,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -38,9 +38,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -48,16 +48,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/config/cmake/H5PL_Examples.cmake.in b/config/cmake/H5PL_Examples.cmake.in index 955fe0ab..8361498c 100644 --- a/config/cmake/H5PL_Examples.cmake.in +++ b/config/cmake/H5PL_Examples.cmake.in @@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.18) # Execute from a command line: # ctest -S H5PL_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### -# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.13/lib/plugin, -# then is /usr/local/HDF_Group/HDF5/1.13 +# Minimum where plugins are installed within hdf5 library install, /usr/local/HDF_Group/HDF5/1.14/lib/plugin, +# then is /usr/local/HDF_Group/HDF5/1.14 # ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR= -C Release -VV -O test.log ############################################################################################################### @@ -57,7 +57,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCTEST_CONFIGURATION_TYPE:STRING=$ ################################################################## if(NOT DEFINED HDF5INSTALLDIR) - set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.13") + set (HDF5INSTALLDIR "${CTEST_DASHBOARD_ROOT}/HDF_Group/HDF5/1.14") endif() if(NOT DEFINED INSTALLDIR) set (INSTALLDIR "${HDF5INSTALLDIR}") @@ -88,7 +88,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILD #TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) -# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.13-Source") +# set (CTEST_USE_TAR_SOURCE "HDFPLExamples-1.14-Source") #endif() ############################################################################################################### diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in index 2a2e77e0..890d93b7 100644 --- a/config/cmake/README.txt.cmake.in +++ b/config/cmake/README.txt.cmake.in @@ -25,9 +25,9 @@ The customary location for the plugins is under the hdf5 libraries location. be installed into any location. On linux, the installer should be executed in the location to install the plugin. The plugins will install into the location: - /HDF_Group/HDF5/1.13/lib/plugin + /HDF_Group/HDF5/1.14/lib/plugin On Windows, the installer will default to the same location as the hdf5 installer: - C:/Program Files/HDF_Group/HDF5/1.13 and into the /lib/plugin dir. + C:/Program Files/HDF_Group/HDF5/1.14 and into the /lib/plugin dir. 1. Execute @H5PL_PACKAGE_NAME@-@H5PL_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== diff --git a/config/cmake/binex/Using_CMake.txt b/config/cmake/binex/Using_CMake.txt index 656f24fe..2891a1eb 100644 --- a/config/cmake/binex/Using_CMake.txt +++ b/config/cmake/binex/Using_CMake.txt @@ -38,7 +38,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5PL 1.13.x product requires a minimum CMake version + web site. The HDF5PL 1.14.x product requires a minimum CMake version of 3.18. 2. You have installed the HDF5 library built with CMake, by executing @@ -49,9 +49,9 @@ I. Preconditions 3. Set the environment variable HDF5_ROOT to the installed location of the config files for HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -59,16 +59,16 @@ I. Preconditions 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory) diff --git a/docs/INSTALL_With_CMake.txt b/docs/INSTALL_With_CMake.txt index 7a738341..d6b8d970 100644 --- a/docs/INSTALL_With_CMake.txt +++ b/docs/INSTALL_With_CMake.txt @@ -23,11 +23,11 @@ Obtaining HDF5 Filter source code 2. Obtain compressed (*.tar or *.zip) HDF5 Filter source from https://portal.hdfgroup.org/display/support/Building+HDF5+filters+with+CMake and put it in "myhdfstuff". - Uncompress the file. There should be a hdf5_plugins-1.13."X" folder. + Uncompress the file. There should be a hdf5_plugins-1.14."X" folder. CMake version 1. We suggest you obtain the latest CMake from the Kitware web site. - The HDF5 Filters 1.13."X" product requires a minimum CMake version 3.18, + The HDF5 Filters 1.14."X" product requires a minimum CMake version 3.18, where "X" is the current HDF5 release version. If you are using VS2022, the minimum version is 3.21. @@ -49,7 +49,7 @@ The following files referenced below are available at the HDF web site: https://portal.hdfgroup.org/display/support/Building+HDF5+filters+with+CMake Single compressed file with all the files needed, including source: - CMake-hdf5_plugins-1.13.X.zip or CMake-hdf5_plugins-1.13.X.tar.gz + CMake-hdf5_plugins-1.14.X.zip or CMake-hdf5_plugins-1.14.X.tar.gz Individual files included in the above mentioned compressed files ----------------------------------------------- @@ -69,10 +69,10 @@ To build HDF5 Filter libraries you will need to: 1. Change to the development directory "myhdfstuff". - 2. Download the CMake-hdf5_plugins-1.13.X.zip(.tar.gz) file to "myhdfstuff". + 2. Download the CMake-hdf5_plugins-1.14.X.zip(.tar.gz) file to "myhdfstuff". Uncompress the file. - 3. Change to the source directory "hdf5_plugins-1.13.x". + 3. Change to the source directory "hdf5_plugins-1.14.x". CTestScript.cmake file should not be modified. 4. Edit the platform configuration file, HDFoptions.cmake, if you want to change @@ -100,7 +100,7 @@ To build HDF5 Filter libraries you will need to: The command above will configure, build, test, and create an install package in the myhdfstuff folder. It will have the format: - HDF5_Plugins-1.13.NN-. + HDF5_Plugins-1.14.NN-. On Unix, will be "Linux". A similar .sh file will also be created. On Windows, will be "win64" or "win32". If you have an @@ -121,51 +121,51 @@ To build HDF5 Filter libraries you will need to: 6. To install, "X" is the current release version On Windows (with WiX installed), execute: - HDF5_plugins-1.13."X"-win32.msi or HDF5_plugins-1.13."X"-win64.msi + HDF5_plugins-1.14."X"-win32.msi or HDF5_plugins-1.14."X"-win64.msi By default this program will install the hdf5 filter libraries into the "C:\Program Files" directory and will create the following directory structure: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------cmake On Linux, change to the install destination directory (create it if doesn't exist) and execute: - /myhdfstuff/HDF5_plugins-1.13."X"-Linux.sh + /myhdfstuff/HDF5_plugins-1.14."X"-Linux.sh After accepting the license, the script will prompt: By default the HDF5 filter libraries will be installed in: - "/HDF5-1.13."X"-Linux" - Do you want to include the subdirectory HDF5-1.13."X"-Linux? + "/HDF5-1.14."X"-Linux" + Do you want to include the subdirectory HDF5-1.14."X"-Linux? Saying no will install in: "" [Yn]: Note that the script will create the following directory structure relative to the install point: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------share - On Mac you will find HDF5_plugins-1.13."X"-Darwin.dmg in the myhdfstuff folder. Click + On Mac you will find HDF5_plugins-1.14."X"-Darwin.dmg in the myhdfstuff folder. Click on the dmg file to proceed with installation. After accepting the license, there will be a folder with the following structure: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------share By default the installation will create or merge the lib and cmake - folders in the /HDF_Group/HDF5/1.13."X" + folders in the /HDF_Group/HDF5/1.14."X" The depends on the build platform; Windows will set the default to: - C:/Program Files/HDF_Group/HDF5/1.13."X" + C:/Program Files/HDF_Group/HDF5/1.14."X" Linux will set the default to: - "myhdfstuff/HDF_Group/HDF5/1.13."X" + "myhdfstuff/HDF_Group/HDF5/1.14."X" The default can be changed by adding ",INSTALLDIR=" to the "ctest -S HDF5config.cmake..." command. For example on linux: ctest -S HDF5config.cmake,INSTALLDIR=/usr/local/myhdf5,BUILD_GENERATOR=Unix -C Release -VV -O hdf5.log @@ -192,13 +192,13 @@ Notes: This short set of instructions is written for users who want to 5. Configure the C filter libraries with one of the following commands: On Windows 32 bit - cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ..\hdf5_plugins-1.13."X" + cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ..\hdf5_plugins-1.14."X" On Windows 64 bit - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ..\hdf5_plugins-1.13."X" + cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ..\hdf5_plugins-1.14."X" On Linux and Mac - cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ../hdf5_plugins-1.13."X" + cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_EXAMPLES:BOOL=ON ../hdf5_plugins-1.14."X" where "X" is the current release version. @@ -213,40 +213,40 @@ Notes: This short set of instructions is written for users who want to 9. To install On Windows (with WiX installed), execute: - HDF5_plugins-1.13."X"-win32.msi or HDF5_plugins-1.13."X"-win64.msi + HDF5_plugins-1.14."X"-win32.msi or HDF5_plugins-1.14."X"-win64.msi By default this program will install the hdf5 library into the "C:\Program Files" directory and will create the following directory structure: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------cmake On Linux, change to the install destination directory (create if doesn't exist) and execute: - /myhdfstuff/build/HDF5_plugins-1.13."X"-Linux.sh + /myhdfstuff/build/HDF5_plugins-1.14."X"-Linux.sh After accepting the license, the script will prompt: By default the HDF5 will be installed in: - "/HDF5_plugins-1.13."X"-Linux" - Do you want to include the subdirectory HDF5_plugins-1.13."X"-Linux? + "/HDF5_plugins-1.14."X"-Linux" + Do you want to include the subdirectory HDF5_plugins-1.14."X"-Linux? Saying no will install in: "" [Yn]: Note that the script will create the following directory structure relative to the install point: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------share - On Mac you will find HDF5_plugins-1.13."X"-Darwin.dmg in the build folder. Click + On Mac you will find HDF5_plugins-1.14."X"-Darwin.dmg in the build folder. Click on the dmg file to proceed with installation. After accepting the license, there will be a folder with the following structure: HDF_Group --HDF5 - ----1.13."X" + ----1.14."X" ------lib --------plugins ------share @@ -257,7 +257,7 @@ IV. Further considerations ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5 1.13."X" product requires a minimum CMake version 3.18. + web site. The HDF5 1.14."X" product requires a minimum CMake version 3.18. 2. If you are building on Apple Darwin platforms, you should add the following options: diff --git a/docs/PluginLibraries.txt b/docs/PluginLibraries.txt index cbdf0e97..9472b922 100644 --- a/docs/PluginLibraries.txt +++ b/docs/PluginLibraries.txt @@ -153,7 +153,7 @@ Contact Information: Email: faltet at pytables dot org -------------------------------------------- -Compression Library Included: c-blosc version 1.13.1 +Compression Library Included: c-blosc version 1.14.1 Plugin cd_value option -------------------------------------------- diff --git a/docs/USING_HDF5_AND_CMake.txt b/docs/USING_HDF5_AND_CMake.txt index d1690012..bd627b74 100644 --- a/docs/USING_HDF5_AND_CMake.txt +++ b/docs/USING_HDF5_AND_CMake.txt @@ -36,7 +36,7 @@ I. Preconditions ======================================================================== 1. We suggest you obtain the latest CMake for your platform from the Kitware - web site. The HDF5 1.13.x product requires a minimum CMake version + web site. The HDF5 1.14.x product requires a minimum CMake version of 3.18. If you are using VS2022, the minimum version is 3.21. 2. You have installed the HDF5 library built with CMake, by executing @@ -48,24 +48,24 @@ I. Preconditions or environment variable, set(ENV{HDF5_ROOT} "") to the installed location of HDF5. On Windows: - HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=C:/Program Files/HDF_Group/HDF5/1.14.x/ On unix: - HDF5_ROOT=/HDF_Group/HDF5/1.13.x/ + HDF5_ROOT=/HDF_Group/HDF5/1.14.x/ If you are using shared libraries, you may need to add to the path environment variable. Set the path environment variable to the installed location of the library files for HDF5. On Windows (*.dll): - PATH=%PATH%;C:/Program Files/HDF_Group/HDF5/1.13.x/bin + PATH=%PATH%;C:/Program Files/HDF_Group/HDF5/1.14.x/bin On unix (*.so): - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/HDF_Group/HDF5/1.13.x/lib + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/HDF_Group/HDF5/1.14.x/lib 4. Set the environment variable HDF5_PLUGIN_PATH to the installed location of the library files for HDFPL. On Windows: - HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On unix: - HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.13.x/lib/plugin + HDF5_PLUGIN_PATH=/HDF_Group/HDF5/1.14.x/lib/plugin (Note there are no quote characters used on Windows and all platforms use forward slashes) @@ -73,9 +73,9 @@ I. Preconditions 5. Set the runtime path to the installed location of the library (*.so on linux and *.dll on Windows) files for HDF5. On Windows: - PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.13.x/bin:C:/Program Files/HDF_Group/HDF5/1.13.x/lib/plugin + PATH=%PATH%:C:/Program Files/HDF_Group/HDF5/1.14.x/bin:C:/Program Files/HDF_Group/HDF5/1.14.x/lib/plugin On linux: - LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.13.x/lib;/HDF_Group/HDF5/1.13.x/lib/plugin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH;/HDF_Group/HDF5/1.14.x/lib;/HDF_Group/HDF5/1.14.x/lib/plugin 6. Created separate source and build directories. (CMake commands are executed in the build directory)