mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning into INSTALL file for the 1.8.0-beta* releases
Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
This commit is contained in:
parent
aa3904cc76
commit
2a4c252386
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.8.0-beta2post1 currently under development
|
||||
HDF5 version 1.8.0-beta3 released on Mon Jul 30 14:12:08 CDT 2007
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
22
configure
vendored
22
configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 14022 2007-07-26 21:33:10Z koziol .
|
||||
# From configure.in Id: configure.in 14023 2007-07-27 17:36:36Z vchoi .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-beta2post1.
|
||||
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-beta3.
|
||||
#
|
||||
# Report bugs to <help@hdfgroup.org>.
|
||||
#
|
||||
@ -729,8 +729,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.8.0-beta2post1'
|
||||
PACKAGE_STRING='HDF5 1.8.0-beta2post1'
|
||||
PACKAGE_VERSION='1.8.0-beta3'
|
||||
PACKAGE_STRING='HDF5 1.8.0-beta3'
|
||||
PACKAGE_BUGREPORT='help@hdfgroup.org'
|
||||
|
||||
ac_unique_file="src/H5.c"
|
||||
@ -1477,7 +1477,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.8.0-beta2post1 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.8.0-beta3 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1547,7 +1547,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.8.0-beta2post1:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.8.0-beta3:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1735,7 +1735,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.8.0-beta2post1
|
||||
HDF5 configure 1.8.0-beta3
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
@ -1749,7 +1749,7 @@ cat >config.log <<_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.8.0-beta2post1, which was
|
||||
It was created by HDF5 $as_me 1.8.0-beta3, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -2444,7 +2444,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='hdf5'
|
||||
VERSION='1.8.0-beta2post1'
|
||||
VERSION='1.8.0-beta3'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -53132,7 +53132,7 @@ exec 6>&1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by HDF5 $as_me 1.8.0-beta2post1, which was
|
||||
This file was extended by HDF5 $as_me 1.8.0-beta3, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -53185,7 +53185,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.8.0-beta2post1
|
||||
HDF5 config.status 1.8.0-beta3
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -26,7 +26,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.8.0-beta2post1], [help@hdfgroup.org])
|
||||
AC_INIT([HDF5], [1.8.0-beta3], [help@hdfgroup.org])
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AM_CONFIG_HEADER([src/H5config.h])
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
Instructions for the Installation of HDF5 Software
|
||||
==================================================
|
||||
|
||||
WARNING: This file was not updated for the 1.8.0-beta* releases. If you have any problems with the HDF5
|
||||
installation please contact help@hdfgroup.org
|
||||
|
||||
CONTENTS
|
||||
--------
|
||||
1. Obtaining HDF5
|
||||
|
@ -1,12 +1,12 @@
|
||||
HDF5 version 1.8.0-beta2post1 currently under development
|
||||
HDF5 version 1.8.0-beta3 released on Mon Jul 30 14:12:08 CDT 2007
|
||||
================================================================================
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
|
||||
This document describes the differences between HDF5-1.6.* and
|
||||
HDF5-1.8.0-beta2, and contains information on the platforms tested and
|
||||
known problems in HDF5-1.8.0-beta2. For more details check the HISTORY.txt
|
||||
HDF5-1.8.0-beta3, and contains information on the platforms tested and
|
||||
known problems in HDF5-1.8.0-beta3. For more details check the HISTORY.txt
|
||||
file in the HDF5 source.
|
||||
|
||||
|
||||
@ -972,7 +972,7 @@ Bug Fixes since HDF5-1.6.0 release
|
||||
|
||||
Platforms Tested
|
||||
================
|
||||
Platforms marked with * were not tested for hdf5-1.8.0-beta2 release
|
||||
Platforms marked with * were not tested for hdf5-1.8.0-beta3 release
|
||||
(This information is somewhat out of date and may be inaccurate. It will be
|
||||
updated for a later release)
|
||||
|
||||
@ -1048,11 +1048,11 @@ Platforms marked with * were not tested for hdf5-1.8.0-beta2 release
|
||||
|
||||
MAC OS 10.4 (Intel) gcc i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1
|
||||
G95 (GCC 4.0.3 (g95 0.91!) Nov 21 2006)
|
||||
Alpha Open VMS 7.3
|
||||
* Alpha Open VMS 7.3
|
||||
|
||||
|
||||
Supported Configuration Features Summary
|
||||
(This table was not modified for 1.8.0-beta2 release; for information contact help@hdfgroup.org)
|
||||
(This table was not modified for 1.8.0-beta3 release; for information contact help@hdfgroup.org)
|
||||
========================================
|
||||
|
||||
In the tables below
|
||||
|
@ -72,9 +72,9 @@ extern "C" {
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "beta2post1" /* For pre-releases like snap0 */
|
||||
#define H5_VERS_SUBRELEASE "beta3" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta2post1" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta3" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
Loading…
Reference in New Issue
Block a user