[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-383-g1fef7c7
Service Account
noreply at mpich.org
Fri Aug 19 11:08:29 CDT 2016
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 1fef7c7a94f19039b8642792dec79d69654a114b (commit)
from 1d8609c51cdc57c22c5de858ca667136e3c882b6 (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/1fef7c7a94f19039b8642792dec79d69654a114b
commit 1fef7c7a94f19039b8642792dec79d69654a114b
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Fri Aug 19 11:07:09 2016 -0500
test/mpi/configure.ac: Enable all Fortran by default
The previous commit fixed the --enable-fortran=all option, but neglected
to make it the default.
No reviewer.
diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac
index 6cc32a1..b657070 100644
--- a/test/mpi/configure.ac
+++ b/test/mpi/configure.ac
@@ -99,7 +99,7 @@ AC_ARG_ENABLE(fortran,
f90 - Enable Fortran 90 support
f08 - Enable Fortran 2008 support
no|none - No Fortran support
-],,[enable_fortran=f77,f90])
+],,[enable_fortran=all])
save_IFS="$IFS"
IFS=","
-----------------------------------------------------------------------
Summary of changes:
test/mpi/configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list