[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-55-g2be07a4

mysql vizuser noreply at mpich.org
Fri Dec 13 15:21:53 CST 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  2be07a46ce1a4e336234814919c213e56e2ca56d (commit)
      from  c5890463725b658ebe88da4aa8abe0d0ea794ff4 (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/2be07a46ce1a4e336234814919c213e56e2ca56d

commit 2be07a46ce1a4e336234814919c213e56e2ca56d
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Mon Dec 9 15:17:52 2013 -0600

    patch to detect bgq compilers in config.rpath
    
    Fixes #1883
    
    Reviewed-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/confdb/config.rpath b/confdb/config.rpath
index 70f614e..45bd85c 100755
--- a/confdb/config.rpath
+++ b/confdb/config.rpath
@@ -86,7 +86,7 @@ else
         ccc*)
           wl='-Wl,'
           ;;
-        xl* | bgxl* | bgf* | mpixl*)
+        xl* | bgxl* | bgf* | mpixl* | *bgq-linux-xl* )
           wl='-Wl,'
           ;;
         como)

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list