Skip to content

Commit ac07382

Browse files
authored
Hdf5 1 14 1-2 release for autoconf 2.71 generated files (#2945)
1 parent 577c192 commit ac07382

File tree

8 files changed

+24
-22
lines changed

8 files changed

+24
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HDF5 version 1.14.1 released on 2023-05-05
1+
HDF5 version 1.14.1-2 released on 2023-05-11
22

33
![HDF5 Logo](doxygen/img/HDF5.png)
44

bin/release

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ tar2cmakezip()
206206
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmziptmpsubdir
207207
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmziptmpsubdir
208208
cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-2.0.3-Source.zip $cmziptmpsubdir
209-
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_0.zip $cmziptmpsubdir
209+
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_1.zip $cmziptmpsubdir
210210
cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir
211211
cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir
212212
cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmziptmpsubdir
@@ -298,7 +298,7 @@ tar2cmaketgz()
298298
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmgztmpsubdir
299299
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmgztmpsubdir
300300
cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-2.0.3-Source.tar.gz $cmgztmpsubdir
301-
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_0.tar.gz $cmgztmpsubdir
301+
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_1.tar.gz $cmgztmpsubdir
302302
cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir
303303
cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir
304304
cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmgztmpsubdir
@@ -377,7 +377,7 @@ tar2hpccmaketgz()
377377
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmgztmpsubdir
378378
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmgztmpsubdir
379379
cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-2.0.3-Source.tar.gz $cmgztmpsubdir
380-
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_0.tar.gz $cmgztmpsubdir
380+
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_14_1.tar.gz $cmgztmpsubdir
381381
cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir
382382
cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir
383383

c++/src/cpp_doc_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME =
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "1.14.1"
41+
PROJECT_NUMBER = "1.14.1-2, currently under development"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

config/cmake/scripts/HDF5config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.18)
3838
##############################################################################
3939

4040
set (CTEST_SOURCE_VERSION "1.14.1")
41-
set (CTEST_SOURCE_VERSEXT "")
41+
set (CTEST_SOURCE_VERSEXT "-2")
4242

4343
##############################################################################
4444
# handle input parameters to script.

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for HDF5 1.14.1.
3+
# Generated by GNU Autoconf 2.71 for HDF5 1.14.1-2.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -629,8 +629,8 @@ MAKEFLAGS=
629629
# Identity of this package.
630630
PACKAGE_NAME='HDF5'
631631
PACKAGE_TARNAME='hdf5'
632-
PACKAGE_VERSION='1.14.1'
633-
PACKAGE_STRING='HDF5 1.14.1'
632+
PACKAGE_VERSION='1.14.1-2'
633+
PACKAGE_STRING='HDF5 1.14.1-2'
634634
PACKAGE_BUGREPORT='[email protected]'
635635
PACKAGE_URL=''
636636

@@ -1705,7 +1705,7 @@ if test "$ac_init_help" = "long"; then
17051705
# Omit some internal or obsolete options to make the list less imposing.
17061706
# This message is too long to be a string in the A/UX 3.1 sh.
17071707
cat <<_ACEOF
1708-
\`configure' configures HDF5 1.14.1 to adapt to many kinds of systems.
1708+
\`configure' configures HDF5 1.14.1-2 to adapt to many kinds of systems.
17091709

17101710
Usage: $0 [OPTION]... [VAR=VALUE]...
17111711

@@ -1776,7 +1776,7 @@ fi
17761776

17771777
if test -n "$ac_init_help"; then
17781778
case $ac_init_help in
1779-
short | recursive ) echo "Configuration of HDF5 1.14.1:";;
1779+
short | recursive ) echo "Configuration of HDF5 1.14.1-2:";;
17801780
esac
17811781
cat <<\_ACEOF
17821782

@@ -2087,7 +2087,7 @@ fi
20872087
test -n "$ac_init_help" && exit $ac_status
20882088
if $ac_init_version; then
20892089
cat <<\_ACEOF
2090-
HDF5 configure 1.14.1
2090+
HDF5 configure 1.14.1-2
20912091
generated by GNU Autoconf 2.71
20922092

20932093
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2915,7 +2915,7 @@ cat >config.log <<_ACEOF
29152915
This file contains any messages produced by compilers while
29162916
running configure, to aid debugging if configure makes a mistake.
29172917

2918-
It was created by HDF5 $as_me 1.14.1, which was
2918+
It was created by HDF5 $as_me 1.14.1-2, which was
29192919
generated by GNU Autoconf 2.71. Invocation command line was
29202920

29212921
$ $0$ac_configure_args_raw
@@ -4415,7 +4415,7 @@ fi
44154415

44164416
# Define the identity of the package.
44174417
PACKAGE='hdf5'
4418-
VERSION='1.14.1'
4418+
VERSION='1.14.1-2'
44194419

44204420

44214421
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -35255,7 +35255,7 @@ Usage: $0 [OPTIONS]
3525535255
Report bugs to <[email protected]>."
3525635256

3525735257
lt_cl_version="\
35258-
HDF5 config.lt 1.14.1
35258+
HDF5 config.lt 1.14.1-2
3525935259
configured by $0, generated by GNU Autoconf 2.71.
3526035260

3526135261
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -37348,7 +37348,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3734837348
# report actual input values of CONFIG_FILES etc. instead of their
3734937349
# values after options handling.
3735037350
ac_log="
37351-
This file was extended by HDF5 $as_me 1.14.1, which was
37351+
This file was extended by HDF5 $as_me 1.14.1-2, which was
3735237352
generated by GNU Autoconf 2.71. Invocation command line was
3735337353

3735437354
CONFIG_FILES = $CONFIG_FILES
@@ -37416,7 +37416,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
3741637416
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3741737417
ac_cs_config='$ac_cs_config_escaped'
3741837418
ac_cs_version="\\
37419-
HDF5 config.status 1.14.1
37419+
HDF5 config.status 1.14.1-2
3742037420
configured by $0, generated by GNU Autoconf 2.71,
3742137421
with options \\"\$ac_cs_config\\"
3742237422

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AC_PREREQ([2.69])
2222
## NOTE: Do not forget to change the version number here when we do a
2323
## release!!!
2424
##
25-
AC_INIT([HDF5], [1.14.1], [[email protected]])
25+
AC_INIT([HDF5], [1.14.1-2], [[email protected]])
2626

2727
AC_CONFIG_SRCDIR([src/H5.c])
2828
AC_CONFIG_HEADERS([src/H5config.h])

release_docs/RELEASE.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
HDF5 version 1.14.1 released on 2023-05-05
1+
HDF5 version 1.14.1-2 released on 2023-05-11
22
================================================================================
3-
3+
HDF5 1.14.1-2 is a patch release for HDF5 1.14.1. The only change in the patch
4+
release is that Autoconf 2.71 was used to generate the Autotools build files,
5+
which allows building with Intel's oneAPI.
46

57
INTRODUCTION
68
============

src/H5public.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
/**
8888
* For pre-releases like \c snap0. Empty string for official releases.
8989
*/
90-
#define H5_VERS_SUBRELEASE ""
90+
#define H5_VERS_SUBRELEASE "2"
9191
/**
9292
* Full version string
9393
*/
94-
#define H5_VERS_INFO "HDF5 library version: 1.14.1"
94+
#define H5_VERS_INFO "HDF5 library version: 1.14.1-2"
9595

9696
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)
9797

0 commit comments

Comments
 (0)