[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc1-10-g6442aa7

mysql vizuser noreply at mpich.org
Mon Nov 11 13:53:10 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  6442aa7b82322906126b5b7c12b6481eeb4a0ae7 (commit)
      from  b6d4dde351ff286bbe1e4f059d06654694c4b526 (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/6442aa7b82322906126b5b7c12b6481eeb4a0ae7

commit 6442aa7b82322906126b5b7c12b6481eeb4a0ae7
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date:   Thu Nov 7 18:54:33 2013 -0600

    MPICH_INFODLL_LOC incorrectly formed in configure
    
    Fixes #1965
    
    Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/configure.ac b/configure.ac
index ea90595..044ce8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2627,7 +2627,7 @@ on all link lines (consider adding it to LDFLAGS)])
     eval SHLIB_EXT='"'$shrext_cmds'"'
 
     if test -z "$MPICH_DEBUGLIBNAME" ; then
-        DEBUGLIBNAME=libtvmpich.$SHLIB_EXT
+        DEBUGLIBNAME=libtvmpich$SHLIB_EXT
     else
         # FIXME DJG I don't think this can be supported arbitrarily by the new
         # build system (I'm not sure it was supported correctly by the old

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list