[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-237-g949f621

mysql vizuser noreply at mpich.org
Sun May 19 13:25:06 CDT 2013


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  949f621eecd7594a748b4be99ead8d357dd2a326 (commit)
       via  043e8b22117a4d2aaf7f38516c2b17872aa616da (commit)
      from  49b74176e850230fd868a8b1dae30ffacb2f11d2 (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/949f621eecd7594a748b4be99ead8d357dd2a326

commit 949f621eecd7594a748b4be99ead8d357dd2a326
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun May 19 13:15:00 2013 -0500

    Prioritize clang++ over g++.

diff --git a/confdb/aclocal_cxx.m4 b/confdb/aclocal_cxx.m4
index 72febd8..f744701 100644
--- a/confdb/aclocal_cxx.m4
+++ b/confdb/aclocal_cxx.m4
@@ -1,7 +1,7 @@
 dnl PAC_CXX_SEARCH_LIST - expands to a whitespace separated list of C++
 dnl compilers for use with AC_PROG_CXX that is more suitable for HPC software
 dnl packages
-AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC g++ clang++ c++ cc++ cxx CC cl])
+AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC clang++ g++ c++ cc++ cxx CC cl])
 dnl PAC_PROG_CXX - reprioritize the C++ compiler search order
 dnl NOTE: this macro suffers from a basically intractable "expanded before it
 dnl was required" problem when libtool is also used

http://git.mpich.org/mpich.git/commitdiff/043e8b22117a4d2aaf7f38516c2b17872aa616da

commit 043e8b22117a4d2aaf7f38516c2b17872aa616da
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun May 19 13:12:29 2013 -0500

    Move lesser used C++ compilers down the priority list.

diff --git a/confdb/aclocal_cxx.m4 b/confdb/aclocal_cxx.m4
index 279b668..72febd8 100644
--- a/confdb/aclocal_cxx.m4
+++ b/confdb/aclocal_cxx.m4
@@ -1,7 +1,7 @@
 dnl PAC_CXX_SEARCH_LIST - expands to a whitespace separated list of C++
 dnl compilers for use with AC_PROG_CXX that is more suitable for HPC software
 dnl packages
-AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC c++ cxx CC g++ clang++ gcc cc++ cl])
+AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC g++ clang++ c++ cc++ cxx CC cl])
 dnl PAC_PROG_CXX - reprioritize the C++ compiler search order
 dnl NOTE: this macro suffers from a basically intractable "expanded before it
 dnl was required" problem when libtool is also used

-----------------------------------------------------------------------

Summary of changes:
 confdb/aclocal_cxx.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list