Skip to content

Commit

Permalink
updates current version number to 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Peter committed Aug 28, 2012
1 parent 77f3f7b commit facdc6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for Specfem3D Globe 5.1.4.
# Generated by GNU Autoconf 2.68 for Specfem3D Globe 5.1.5.
#
# Report bugs to <jtromp AT princeton.edu>.
#
Expand Down Expand Up @@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Specfem3D Globe'
PACKAGE_TARNAME='Specfem3DGlobe'
PACKAGE_VERSION='5.1.4'
PACKAGE_STRING='Specfem3D Globe 5.1.4'
PACKAGE_VERSION='5.1.5'
PACKAGE_STRING='Specfem3D Globe 5.1.5'
PACKAGE_BUGREPORT='jtromp AT princeton.edu'
PACKAGE_URL=''

Expand Down Expand Up @@ -1233,7 +1233,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 Specfem3D Globe 5.1.4 to adapt to many kinds of systems.
\`configure' configures Specfem3D Globe 5.1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1294,7 +1294,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Specfem3D Globe 5.1.4:";;
short | recursive ) echo "Configuration of Specfem3D Globe 5.1.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1394,7 +1394,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Specfem3D Globe configure 5.1.4
Specfem3D Globe configure 5.1.5
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1734,7 +1734,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 Specfem3D Globe $as_me 5.1.4, which was
It was created by Specfem3D Globe $as_me 5.1.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -5676,7 +5676,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Specfem3D Globe $as_me 5.1.4, which was
This file was extended by Specfem3D Globe $as_me 5.1.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5742,7 +5742,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
Specfem3D Globe config.status 5.1.4
Specfem3D Globe config.status 5.1.5
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnl You must have recent versions of Autoconf and Automake installed.


AC_PREREQ(2.61)
AC_INIT([Specfem3D Globe], [5.1.4], [jtromp AT princeton.edu], [Specfem3DGlobe])
AC_INIT([Specfem3D Globe], [5.1.5], [jtromp AT princeton.edu], [Specfem3DGlobe])
AC_CONFIG_SRCDIR([src/specfem3D/specfem3D.F90])
AC_CONFIG_HEADER([setup/config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
6 changes: 3 additions & 3 deletions doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ \section{Configuring and compiling the source code}
In the directory in which you want to install the package, type

\begin{lyxcode}
tar~-zxvf~SPECFEM3D\_GLOBE\_V5.1.4.tar.gz
tar~-zxvf~SPECFEM3D\_GLOBE\_V5.1.5.tar.gz
\end{lyxcode}
The directory \texttt{SPECFEM3D\_GLOBE\_V5.1.4} will then contain
The directory \texttt{SPECFEM3D\_GLOBE\_V5.1.5} will then contain
the source code.\\

We recommend that you add {\texttt{ulimit -S -s unlimited}} to your {\texttt{.bash\_profile}} file and/or {\texttt{limit stacksize unlimited }} to your {\texttt{.cshrc}} file to suppress any potential limit to the size of the Unix stack.\\
Expand Down Expand Up @@ -383,7 +383,7 @@ \section{Configuring and compiling the source code}
Finally, before compiling, make sure that the subdirectories \texttt{obj},
\texttt{bak} and \texttt{OUTPUT\_FILES} exist within the directory
with the source code (\texttt{SPECFEM3D\_GLOBE\_V5.1.4}). The \texttt{go\_mesher}
with the source code (\texttt{SPECFEM3D\_GLOBE\_V5.1.5}). The \texttt{go\_mesher}
script discussed below automatically takes care of creating the \texttt{OUTPUT\_FILES}
directory.
Expand Down

0 comments on commit facdc6e

Please sign in to comment.