[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.3-48-gc03fdd0

mysql vizuser noreply at mpich.org
Tue Apr 23 16:29:45 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  c03fdd083f606d35199b98426a4d48ff8708ac31 (commit)
      from  0cca71f8e0cc0bbce77783f27b12aed1e4aa204e (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/c03fdd083f606d35199b98426a4d48ff8708ac31

commit c03fdd083f606d35199b98426a4d48ff8708ac31
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Mon Apr 22 17:33:09 2013 -0500

    add clang/clang++ to compiler search lists
    
    At Pavan's request, this is at a lower priority than gcc.  Note,
    however, that clang might still be selected by default on some platforms
    if it is aliased to `cc`/`c++`, which are preferred over `gcc`/`g++` as
    of [1a1ff11e].
    
    No reviewer.

diff --git a/confdb/aclocal_cc.m4 b/confdb/aclocal_cc.m4
index 08439e4..fa44e6d 100644
--- a/confdb/aclocal_cc.m4
+++ b/confdb/aclocal_cc.m4
@@ -11,7 +11,7 @@ AC_DEFUN([PAC_PROG_CC],[
         dnl developers notice this case.
         AC_BEFORE([$0],[AC_PROG_CC])
 	PAC_PUSH_FLAG([CFLAGS])
-	AC_PROG_CC([icc pgcc xlc xlC pathcc cc gcc])
+	AC_PROG_CC([icc pgcc xlc xlC pathcc cc gcc clang])
 	PAC_POP_FLAG([CFLAGS])
 ])
 dnl
diff --git a/confdb/aclocal_cxx.m4 b/confdb/aclocal_cxx.m4
index 2f5cacc..279b668 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++ gcc cc++ cl])
+AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC c++ cxx CC g++ clang++ gcc 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_cc.m4  |    2 +-
 confdb/aclocal_cxx.m4 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list