[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-384-g1494e0f

Service Account noreply at mpich.org
Sun Aug 21 17:46:48 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  1494e0f44808516588ab7f57d0754cf27556f43c (commit)
      from  1fef7c7a94f19039b8642792dec79d69654a114b (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/1494e0f44808516588ab7f57d0754cf27556f43c

commit 1494e0f44808516588ab7f57d0754cf27556f43c
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Sun Aug 21 17:42:43 2016 -0500

    Revert "test/mpi/configure.ac: Enable all Fortran by default"
    
    This reverts commit [1fef7c7a94f1], which unconditionally enabled the
    f08 bindings. A better default would be to test for basic compile
    support and enable when found, like the main configure script.

diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac
index b657070..6cc32a1 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=all])
+],,[enable_fortran=f77,f90])
 
 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