Changed the version number and release date.
Removed the time from the release date because it can't be accurate enough, and it isn't all that useful anyway.
This commit is contained in:
parent
3e54bb037e
commit
65b44c2ad2
@ -50,7 +50,7 @@ HYPRE_LINK_DIR = @HYPRE_LINKDIR@
|
||||
HYPRE_RELEASE_VERSION = @HYPRE_RELEASEVERSION@
|
||||
HYPRE_RELEASE_DATE = @HYPRE_RELEASEDATE@
|
||||
HYPRE_RELEASE_TIME = @HYPRE_RELEASETIME@
|
||||
HYPRE_RELEASE_DATETIME = @HYPRE_RELEASEDATE@ @HYPRE_RELEASETIME@
|
||||
HYPRE_RELEASE_DATETIME = @HYPRE_RELEASEDATE@
|
||||
|
||||
HYPRE_INSTALL_DIR = @HYPRE_INSTALLDIR@
|
||||
HYPRE_LIB_INSTALL = @HYPRE_LIBINSTALL@
|
||||
|
||||
@ -53,10 +53,10 @@ dnl * Set package information so it only has to be modified in one place
|
||||
dnl *********************************************************************
|
||||
|
||||
m4_define([HYPRE_NAME], [hypre])
|
||||
m4_define([HYPRE_VERSION], [1.14.0b])
|
||||
m4_define([HYPRE_DATE], [2006/11/30])
|
||||
m4_define([HYPRE_TIME], [14:48:32])
|
||||
m4_define([HYPRE_DATETIME], [HYPRE_DATE HYPRE_TIME])
|
||||
m4_define([HYPRE_VERSION], [2.0.0])
|
||||
m4_define([HYPRE_DATE], [2006/12/15])
|
||||
m4_define([HYPRE_TIME], [00:00:00])
|
||||
m4_define([HYPRE_DATETIME], [HYPRE_DATE])
|
||||
m4_define([HYPRE_BUGS], [hypre-support@llnl.gov])
|
||||
m4_define([HYPRE_TOP_SRC_DIR], [`pwd`])
|
||||
|
||||
@ -107,7 +107,7 @@ AC_DEFINE([HYPRE_PACKAGE_STRING], ["HYPRE_NAME"], [Package name])
|
||||
AC_DEFINE([HYPRE_PACKAGE_TARNAME], ["HYPRE_NAME"], [Package name])
|
||||
AC_DEFINE([HYPRE_PACKAGE_BUGREPORT], ["HYPRE_BUGS"], [Bug reports])
|
||||
|
||||
HYPRE_PACKAGE_DATETIME="HYPRE_DATE HYPRE_TIME"
|
||||
HYPRE_PACKAGE_DATETIME="HYPRE_DATE"
|
||||
AC_SUBST([HYPRE_PACKAGE_DATETIME])
|
||||
|
||||
HYPRE_TOP_SRCDIR="HYPRE_TOP_SRC_DIR"
|
||||
|
||||
36
configure
vendored
36
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.59 for hypre 1.14.0b.
|
||||
# Generated by GNU Autoconf 2.59 for hypre 2.0.0.
|
||||
#
|
||||
# Report bugs to <hypre-support@llnl.gov>.
|
||||
#
|
||||
@ -292,8 +292,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='hypre'
|
||||
PACKAGE_TARNAME='hypre'
|
||||
PACKAGE_VERSION='1.14.0b'
|
||||
PACKAGE_STRING='hypre 1.14.0b'
|
||||
PACKAGE_VERSION='2.0.0'
|
||||
PACKAGE_STRING='hypre 2.0.0'
|
||||
PACKAGE_BUGREPORT='hypre-support@llnl.gov'
|
||||
|
||||
ac_unique_file="HYPRE.h"
|
||||
@ -825,7 +825,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 hypre 1.14.0b to adapt to many kinds of systems.
|
||||
\`configure' configures hypre 2.0.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -886,7 +886,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of hypre 1.14.0b:";;
|
||||
short | recursive ) echo "Configuration of hypre 2.0.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1128,7 +1128,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
hypre configure 1.14.0b
|
||||
hypre configure 2.0.0
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
@ -1164,7 +1164,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 hypre $as_me 1.14.0b, which was
|
||||
It was created by hypre $as_me 2.0.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1536,17 +1536,17 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HYPRE_PACKAGE_DATE "2006/11/30"
|
||||
#define HYPRE_PACKAGE_DATE "2006/12/15"
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HYPRE_PACKAGE_TIME "14:48:32"
|
||||
#define HYPRE_PACKAGE_TIME "00:00:00"
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HYPRE_PACKAGE_DATETIME "2006/11/30 14:48:32"
|
||||
#define HYPRE_PACKAGE_DATETIME "2006/12/15"
|
||||
_ACEOF
|
||||
|
||||
|
||||
@ -1556,7 +1556,7 @@ _ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HYPRE_PACKAGE_VERSION "1.14.0b"
|
||||
#define HYPRE_PACKAGE_VERSION "2.0.0"
|
||||
_ACEOF
|
||||
|
||||
|
||||
@ -1575,16 +1575,16 @@ cat >>confdefs.h <<\_ACEOF
|
||||
_ACEOF
|
||||
|
||||
|
||||
HYPRE_PACKAGE_DATETIME="2006/11/30 14:48:32"
|
||||
HYPRE_PACKAGE_DATETIME="2006/12/15"
|
||||
|
||||
|
||||
HYPRE_TOP_SRCDIR="`pwd`"
|
||||
|
||||
|
||||
HYPRE_RELEASEVERSION="1.14.0b"
|
||||
HYPRE_RELEASEDATE="2006/11/30"
|
||||
HYPRE_RELEASETIME="14:48:32"
|
||||
HYPRE_RELEASEDATETIME="2006/11/30 14:48:32"
|
||||
HYPRE_RELEASEVERSION="2.0.0"
|
||||
HYPRE_RELEASEDATE="2006/12/15"
|
||||
HYPRE_RELEASETIME="00:00:00"
|
||||
HYPRE_RELEASEDATETIME="2006/12/15"
|
||||
|
||||
|
||||
|
||||
@ -10678,7 +10678,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by hypre $as_me 1.14.0b, which was
|
||||
This file was extended by hypre $as_me 2.0.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -10738,7 +10738,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
hypre config.status 1.14.0b
|
||||
hypre config.status 2.0.0
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user