[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-182-gd20f90c
Service Account
noreply at mpich.org
Sun Apr 27 18:38:56 CDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via d20f90c6ec7dcc3107d448273d29cc08f0b8d50c (commit)
via 7bfa2437bdccde8be3b8225c5727abdfb0468f8b (commit)
from f714d81cfef5b7c5dde136a2306531fe57453d6c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/d20f90c6ec7dcc3107d448273d29cc08f0b8d50c
commit d20f90c6ec7dcc3107d448273d29cc08f0b8d50c
Author: Pavan Balaji <balaji at anl.gov>
Date: Sat Apr 26 05:13:16 2014 -0500
Remove the --enable-f90 option.
This has been essentially removed for a while now and has been
throwing an error when someone uses it. This patch gets rid of the
code for good.
Signed-off-by: Junchao Zhang <jczhang at mcs.anl.gov>
diff --git a/configure.ac b/configure.ac
index 501d2ad..c5a0d50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,14 +423,6 @@ AC_ARG_ENABLE(f77,
AC_HELP_STRING([--enable-f77],
[DEPRECATED: Use --enable-fortran or --disable-fortran instead]),,[enable_f77=yes])
-AC_ARG_ENABLE(f90,
- AC_HELP_STRING([--enable-f90],
- [Obsolete option: Use --enable-fortran or --disable-fortran instead]),
- [AC_MSG_ERROR([
---enable-f90 and --disable-f90 are NO longer valid configure options,
-use --enable-fortran or --disable-fortran instead])]
-)
-
AC_ARG_ENABLE(fc,
AC_HELP_STRING([--enable-fc],
[DEPRECATED: Use --enable-fortran or --disable-fortran instead]),,[enable_fc=yes])
http://git.mpich.org/mpich.git/commitdiff/7bfa2437bdccde8be3b8225c5727abdfb0468f8b
commit 7bfa2437bdccde8be3b8225c5727abdfb0468f8b
Author: Pavan Balaji <balaji at anl.gov>
Date: Sat Apr 26 05:10:08 2014 -0500
Reenable --enable-f77 and --enable-fc options.
The --enable-f77 and --enable-fc options are deprecated in favor of
--enable-fortran. However, instead of just breaking existing scripts
that use them, allow them to be used as well.
In the next major release (3.2), we should remove these options and
throw an error if someone uses them.
Signed-off-by: Junchao Zhang <jczhang at mcs.anl.gov>
diff --git a/configure.ac b/configure.ac
index 8e1f4b5..501d2ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,11 +421,7 @@ AC_ARG_ENABLE(fortran,
AC_ARG_ENABLE(f77,
AC_HELP_STRING([--enable-f77],
- [Obsolete option: Use --enable-fortran or --disable-fortran instead]),
- [AC_MSG_ERROR([
---enable-f77 and --disable-f77 are NO longer valid configure options,
-use --enable-fortran or --disable-fortran instead])]
-)
+ [DEPRECATED: Use --enable-fortran or --disable-fortran instead]),,[enable_f77=yes])
AC_ARG_ENABLE(f90,
AC_HELP_STRING([--enable-f90],
@@ -437,11 +433,7 @@ use --enable-fortran or --disable-fortran instead])]
AC_ARG_ENABLE(fc,
AC_HELP_STRING([--enable-fc],
- [Obsolete option: Use --enable-fortran or --disable-fortran instead]),
- [AC_MSG_ERROR([
---enable-fc and --disable-fc are NO longer valid configure options,
-use --enable-fortran or --disable-fortran instead])]
-)
+ [DEPRECATED: Use --enable-fortran or --disable-fortran instead]),,[enable_fc=yes])
AC_ARG_ENABLE(cxx,
AC_HELP_STRING([--enable-cxx], [Enable C++ bindings]),,enable_cxx=yes)
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 20 ++------------------
1 files changed, 2 insertions(+), 18 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list