mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r5275] Snapshot version 1.5 release 27
This commit is contained in:
parent
94f11385a6
commit
eb09629a45
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.27 currently under development
|
||||
HDF5 version 1.5.28 currently under development
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
18
c++/configure
vendored
18
c++/configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.27.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.28.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.5.27'
|
||||
PACKAGE_STRING='HDF5 1.5.27'
|
||||
PACKAGE_VERSION='1.5.28'
|
||||
PACKAGE_STRING='HDF5 1.5.28'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/H5Library.cpp"
|
||||
@ -934,7 +934,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 1.5.27 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.5.28 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -995,7 +995,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.27:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.28:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1093,7 +1093,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.5.27
|
||||
HDF5 configure 1.5.28
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1108,7 +1108,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 $as_me 1.5.27, which was
|
||||
It was created by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -8491,7 +8491,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 $as_me 1.5.27, which was
|
||||
This file was extended by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -8545,7 +8545,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.5.27
|
||||
HDF5 config.status 1.5.28
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -18,7 +18,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5], [1.5.28], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/H5Library.cpp])
|
||||
|
||||
AC_CONFIG_AUX_DIR([../bin])
|
||||
|
18
configure
vendored
18
configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.27.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.28.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.5.27'
|
||||
PACKAGE_STRING='HDF5 1.5.27'
|
||||
PACKAGE_VERSION='1.5.28'
|
||||
PACKAGE_STRING='HDF5 1.5.28'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/H5.c"
|
||||
@ -923,7 +923,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 1.5.27 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.5.28 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -984,7 +984,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.27:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.28:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1114,7 +1114,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.5.27
|
||||
HDF5 configure 1.5.28
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1129,7 +1129,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 $as_me 1.5.27, which was
|
||||
It was created by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -29924,7 +29924,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 $as_me 1.5.27, which was
|
||||
This file was extended by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -29986,7 +29986,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.5.27
|
||||
HDF5 config.status 1.5.28
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -16,7 +16,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5], [1.5.28], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AC_CONFIG_HEADER([src/H5config.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.26 released on Sat Apr 20 04:41:56 CDT 2002
|
||||
HDF5 version 1.5.27 released on Sat Apr 27 04:28:26 CDT 2002
|
||||
================================================================================
|
||||
|
||||
|
||||
@ -159,6 +159,9 @@ Documentation
|
||||
New Features
|
||||
============
|
||||
|
||||
* New functions H5Glink2 and H5Gmove2 were added to allow link and move to
|
||||
be in different locations in the same file. The old functions H5Glink
|
||||
and H5Gmove remain valid. SLU - 2002/04/26
|
||||
* Fill-value's behaviors for contiguous dataset have been redefined.
|
||||
Basicly, dataset won't allocate space until it's necessary. Full details
|
||||
are available at http://hdf.ncsa.uiuc.edu/RFC/Fill_Value, at this moment.
|
||||
@ -302,6 +305,81 @@ Platforms Tested
|
||||
Windows NT4.0, 2000 (NT5.0) MSVC++ 6.0
|
||||
Windows 98 MSVC++ 6.0
|
||||
|
||||
|
||||
Supported Configuration Features Summary
|
||||
========================================
|
||||
|
||||
In the tables below
|
||||
y = tested and supported
|
||||
n = not supported or not tested in this release
|
||||
x = not working in this release
|
||||
( ) = footnote appears below second table
|
||||
|
||||
|
||||
Platform C C F90 F90 C++ Shared zlib Tools
|
||||
parallel parallel libraries
|
||||
(5)
|
||||
Solaris2.7 y y (1) y n y y y y
|
||||
Solaris2.8 64 y n y n y y y y
|
||||
Solaris2.8 32 y y (1) y n y y y y
|
||||
IA-64 y n n n n n y y
|
||||
IRIX6.5 y y (1) n n n y y y
|
||||
IRIX64_6.5 64 y y (2) y y n y y y
|
||||
IRIX64_6.5 32 y y (2) n n n y y y
|
||||
HPUX10.20 y n y n n y y y
|
||||
HPUX11.00 y y y n n y y y
|
||||
HPUX11 SysV y y y n n y y y
|
||||
DECOSF y n y n y y y y
|
||||
T3E y y y y n n y y
|
||||
SV1 y n y n n n y y
|
||||
TFLOPS y y (1) n n n n y y (4)
|
||||
AIX-4.3 SP2 y y y y n n y n
|
||||
AIX-4.3 SP3 y y y y y n y n
|
||||
Win2000 y n y n y (6) y y y
|
||||
Win98 y n y n y (6) y y y
|
||||
WinNT y n y n y (6) y y y
|
||||
WinNT CW y n n n n n y y
|
||||
FreeBSD y n n n y y y y
|
||||
Linux 2.2 y y (1) y n y y y y
|
||||
Linux 2.4 y y (1) n n y y y y
|
||||
|
||||
|
||||
Platform 1.2 static- Thread- SRB GASS STREAM-
|
||||
compatibility exec safe VFD
|
||||
Solaris2.7 n x y n n y
|
||||
Solaris2.8 64 n y n n n y
|
||||
Solaris2.8 32 n x y n n y
|
||||
IA-64 n n n n n y
|
||||
IRIX6.5 n x y n n y
|
||||
IRIX64_6.5 64 n x y n y y
|
||||
IRIX64_6.5 32 n x y n y y
|
||||
HPUX10.20 n y n n n y
|
||||
HPUX11.00 n x n n n y
|
||||
HPUX11 SysV n x n n n y
|
||||
DECOSF n y n n n y
|
||||
T3E n y n n n y
|
||||
SV1 n y n n n y
|
||||
TFLOPS n y n n n n
|
||||
AIX-4.3 SP2 n y (3) n n n y
|
||||
AIX-4.3 SP3 n y n n n y
|
||||
Win2000 n y n n n n
|
||||
Win98 n y n n n n
|
||||
WinNT n y n n n n
|
||||
WinNT CW n n n n n n
|
||||
FreeBSD n y y n n y
|
||||
Linux 2.2 n y y n n y
|
||||
Linux 2.4 n y y n n y
|
||||
|
||||
|
||||
Footnotes: (1) Using mpich.
|
||||
(2) Using mpt and mpich.
|
||||
(3) When configured with static-exec enabled, tests fail
|
||||
in serial mode.
|
||||
(4) No HDF4-related tools.
|
||||
(5) Shared libraries are provided only for the C library.
|
||||
(6) Exception of (5): DLL is available for C++ API on Windows
|
||||
|
||||
|
||||
Known Problems
|
||||
==============
|
||||
* Datasets or attributes which have a variable-length string datatype are not
|
||||
|
18
fortran/configure
vendored
18
fortran/configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.27.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.28.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.5.27'
|
||||
PACKAGE_STRING='HDF5 1.5.27'
|
||||
PACKAGE_VERSION='1.5.28'
|
||||
PACKAGE_STRING='HDF5 1.5.28'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/HDF5.f90"
|
||||
@ -922,7 +922,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 1.5.27 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.5.28 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -983,7 +983,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.27:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.28:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1079,7 +1079,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.5.27
|
||||
HDF5 configure 1.5.28
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1094,7 +1094,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 $as_me 1.5.27, which was
|
||||
It was created by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -8870,7 +8870,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 $as_me 1.5.27, which was
|
||||
This file was extended by HDF5 $as_me 1.5.28, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -8932,7 +8932,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.5.27
|
||||
HDF5 config.status 1.5.28
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -18,7 +18,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5], [1.5.28], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/HDF5.f90])
|
||||
AC_CONFIG_HEADER([src/H5config_fortran.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.27 currently under development
|
||||
HDF5 version 1.5.28 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -66,10 +66,10 @@
|
||||
/* Version numbers */
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 5 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 27 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_RELEASE 28 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.5.27" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.5.28" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user