Skip to content

Commit

Permalink
Update version (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Dec 8, 2022
1 parent 6354489 commit eeef732
Show file tree
Hide file tree
Showing 40 changed files with 188 additions and 188 deletions.
8 changes: 4 additions & 4 deletions BLOSC/config/cmake/H5PL_Examples.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hdf5 root loaction> 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 <hdf5 root loaction> is /usr/local/HDF_Group/HDF5/1.14
# ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR=<hdf5 root location> -C Release -VV -O test.log
###############################################################################################################

Expand Down Expand Up @@ -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}")
Expand Down Expand Up @@ -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()

###############################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions BLOSC/config/cmake/README.txt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<current dir>/HDF_Group/HDF5/1.13/lib/plugin
<current dir>/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
===========================================================================
Expand Down
14 changes: 7 additions & 7 deletions BLOSC/config/cmake/binex/Using_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,26 +38,26 @@ 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=<install root folder>/HDF_Group/HDF5/1.13.x/
HDF5_ROOT=<install root folder>/HDF_Group/HDF5/1.14.x/

(Note there are no quote characters used on Windows and all platforms
use forward slashes)

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=<install root folder>/HDF_Group/HDF5/1.13.x/lib/plugin
HDF5_PLUGIN_PATH=<install root folder>/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;<Installation>/HDF_Group/HDF5/1.13.x/lib;<Installation>/HDF_Group/HDF5/1.13.x/lib/plugin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH;<Installation>/HDF_Group/HDF5/1.14.x/lib;<Installation>/HDF_Group/HDF5/1.14.x/lib/plugin

6. Created separate source and build directories.
(CMake commands are executed in the build directory)
Expand Down
8 changes: 4 additions & 4 deletions BSHUF/config/cmake/H5PL_Examples.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hdf5 root loaction> 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 <hdf5 root loaction> is /usr/local/HDF_Group/HDF5/1.14
# ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR=<hdf5 root location> -C Release -VV -O test.log
###############################################################################################################

Expand Down Expand Up @@ -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}")
Expand Down Expand Up @@ -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()

###############################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions BSHUF/config/cmake/README.txt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<current dir>/HDF_Group/HDF5/1.13/lib/plugin
<current dir>/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
===========================================================================
Expand Down
14 changes: 7 additions & 7 deletions BSHUF/config/cmake/binex/Using_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,26 +38,26 @@ 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=<install root folder>/HDF_Group/HDF5/1.13.x/
HDF5_ROOT=<install root folder>/HDF_Group/HDF5/1.14.x/

(Note there are no quote characters used on Windows and all platforms
use forward slashes)

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=<install root folder>/HDF_Group/HDF5/1.13.x/lib/plugin
HDF5_PLUGIN_PATH=<install root folder>/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;<Installation>/HDF_Group/HDF5/1.13.x/lib;<Installation>/HDF_Group/HDF5/1.13.x/lib/plugin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH;<Installation>/HDF_Group/HDF5/1.14.x/lib;<Installation>/HDF_Group/HDF5/1.14.x/lib/plugin

6. Created separate source and build directories.
(CMake commands are executed in the build directory)
Expand Down
8 changes: 4 additions & 4 deletions BZIP2/config/cmake/H5PL_Examples.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hdf5 root loaction> 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 <hdf5 root loaction> is /usr/local/HDF_Group/HDF5/1.14
# ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR=<hdf5 root location> -C Release -VV -O test.log
###############################################################################################################

Expand Down Expand Up @@ -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}")
Expand Down Expand Up @@ -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()

###############################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions BZIP2/config/cmake/README.txt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<current dir>/HDF_Group/HDF5/1.13/lib/plugin
<current dir>/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
===========================================================================
Expand Down
14 changes: 7 additions & 7 deletions BZIP2/config/cmake/binex/Using_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,26 +38,26 @@ 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=<install root folder>/HDF_Group/HDF5/1.13.x/
HDF5_ROOT=<install root folder>/HDF_Group/HDF5/1.14.x/

(Note there are no quote characters used on Windows and all platforms
use forward slashes)

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=<install root folder>/HDF_Group/HDF5/1.13.x/lib/plugin
HDF5_PLUGIN_PATH=<install root folder>/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;<Installation>/HDF_Group/HDF5/1.13.x/lib;<Installation>/HDF_Group/HDF5/1.13.x/lib/plugin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH;<Installation>/HDF_Group/HDF5/1.14.x/lib;<Installation>/HDF_Group/HDF5/1.14.x/lib/plugin

6. Created separate source and build directories.
(CMake commands are executed in the build directory)
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions JPEG/config/cmake/H5PL_Examples.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hdf5 root loaction> 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 <hdf5 root loaction> is /usr/local/HDF_Group/HDF5/1.14
# ctest -S H5PL_Examples.cmake,HDF5INSTALLDIR=<hdf5 root location> -C Release -VV -O test.log
###############################################################################################################

Expand Down Expand Up @@ -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}")
Expand Down Expand Up @@ -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()

###############################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions JPEG/config/cmake/README.txt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<current dir>/HDF_Group/HDF5/1.13/lib/plugin
<current dir>/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
===========================================================================
Expand Down
14 changes: 7 additions & 7 deletions JPEG/config/cmake/binex/Using_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,26 +38,26 @@ 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=<install root folder>/HDF_Group/HDF5/1.13.x/
HDF5_ROOT=<install root folder>/HDF_Group/HDF5/1.14.x/

(Note there are no quote characters used on Windows and all platforms
use forward slashes)

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=<install root folder>/HDF_Group/HDF5/1.13.x/lib/plugin
HDF5_PLUGIN_PATH=<install root folder>/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;<Installation>/HDF_Group/HDF5/1.13.x/lib;<Installation>/HDF_Group/HDF5/1.13.x/lib/plugin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH;<Installation>/HDF_Group/HDF5/1.14.x/lib;<Installation>/HDF_Group/HDF5/1.14.x/lib/plugin

6. Created separate source and build directories.
(CMake commands are executed in the build directory)
Expand Down
Loading

0 comments on commit eeef732

Please sign in to comment.