New alpha release 2.9.4a
This commit is contained in:
parent
2be5708cc6
commit
ba3550df63
@ -15,6 +15,12 @@
|
||||
# recent release.
|
||||
#=============================================================================
|
||||
|
||||
Version 2.9.4a released 2013/11/21
|
||||
|
||||
- Minor bug fix in AMS and other minor changes.
|
||||
|
||||
#====================================
|
||||
|
||||
Version 2.9.3a released 2013/10/15
|
||||
|
||||
- Extended AMS to work for quad/hex meshes by removing an assumption that the
|
||||
|
||||
@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8.8)
|
||||
project (hypre)
|
||||
|
||||
# The version number.
|
||||
set (HYPRE_VERSION 2.9.3a)
|
||||
set (HYPRE_DATE 2013/10/15)
|
||||
set (HYPRE_VERSION 2.9.4a)
|
||||
set (HYPRE_DATE 2013/11/21)
|
||||
set (HYPRE_TIME 00:00:00)
|
||||
set (HYPRE_BUGS hypre-support@llnl.gov)
|
||||
set (HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}")
|
||||
|
||||
@ -55,8 +55,8 @@ dnl * Set package information so it only has to be modified in one place
|
||||
dnl *********************************************************************
|
||||
|
||||
m4_define([M4_HYPRE_NAME], [hypre])
|
||||
m4_define([M4_HYPRE_VERSION], [2.9.3a])
|
||||
m4_define([M4_HYPRE_DATE], [2013/10/15])
|
||||
m4_define([M4_HYPRE_VERSION], [2.9.4a])
|
||||
m4_define([M4_HYPRE_DATE], [2013/11/21])
|
||||
m4_define([M4_HYPRE_TIME], [00:00:00])
|
||||
m4_define([M4_HYPRE_BUGS], [hypre-support@llnl.gov])
|
||||
m4_define([M4_HYPRE_SRCDIR], [`pwd`])
|
||||
|
||||
22
configure
vendored
22
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.63 for hypre 2.9.3a.
|
||||
# Generated by GNU Autoconf 2.63 for hypre 2.9.4a.
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
@ -603,8 +603,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='hypre'
|
||||
PACKAGE_TARNAME='hypre'
|
||||
PACKAGE_VERSION='2.9.3a'
|
||||
PACKAGE_STRING='hypre 2.9.3a'
|
||||
PACKAGE_VERSION='2.9.4a'
|
||||
PACKAGE_STRING='hypre 2.9.4a'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="HYPRE.h"
|
||||
@ -1328,7 +1328,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 2.9.3a to adapt to many kinds of systems.
|
||||
\`configure' configures hypre 2.9.4a to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1393,7 +1393,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of hypre 2.9.3a:";;
|
||||
short | recursive ) echo "Configuration of hypre 2.9.4a:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1579,7 +1579,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
hypre configure 2.9.3a
|
||||
hypre configure 2.9.4a
|
||||
generated by GNU Autoconf 2.63
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
@ -1601,7 +1601,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 hypre $as_me 2.9.3a, which was
|
||||
It was created by hypre $as_me 2.9.4a, which was
|
||||
generated by GNU Autoconf 2.63. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -2009,8 +2009,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||
|
||||
|
||||
HYPRE_NAME="hypre"
|
||||
HYPRE_VERSION="2.9.3a"
|
||||
HYPRE_DATE="2013/10/15"
|
||||
HYPRE_VERSION="2.9.4a"
|
||||
HYPRE_DATE="2013/11/21"
|
||||
HYPRE_TIME="00:00:00"
|
||||
HYPRE_BUGS="hypre-support@llnl.gov"
|
||||
HYPRE_SRCDIR="`pwd`"
|
||||
@ -8086,7 +8086,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 hypre $as_me 2.9.3a, which was
|
||||
This file was extended by hypre $as_me 2.9.4a, which was
|
||||
generated by GNU Autoconf 2.63. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -8145,7 +8145,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_version="\\
|
||||
hypre config.status 2.9.3a
|
||||
hypre config.status 2.9.4a
|
||||
configured by $0, generated by GNU Autoconf 2.63,
|
||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user