[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-95-g77db251

Service Account noreply at mpich.org
Wed Jan 7 11:38:24 CST 2015


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  77db2516bc67652d77b77b5689cb128060f2b514 (commit)
      from  b14397f77d64cf9659a746e14daff15de3585b5b (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/77db2516bc67652d77b77b5689cb128060f2b514

commit 77db2516bc67652d77b77b5689cb128060f2b514
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Tue Dec 23 10:39:50 2014 -0600

    add FCMODOUTFLAG to FC_COMPILE_MODS
    
    Adding FCMODOUTFLAG directly to AM_FCFLAGS could cause conflicts with
    certain libtool flags (-module) during linking. This change allows us
    to set FCMODOUTFLAG during module creation, but not have it present
    during linking. Refs #2024
    
    Signed-off-by: Junchao Zhang <jczhang at mcs.anl.gov>

diff --git a/src/binding/fortran/use_mpi/buildiface b/src/binding/fortran/use_mpi/buildiface
index 8159e69..cc6dc72 100755
--- a/src/binding/fortran/use_mpi/buildiface
+++ b/src/binding/fortran/use_mpi/buildiface
@@ -950,7 +950,7 @@ nodist_noinst_HEADERS += \\
 
 # cause any .\$(MOD) files to be output in the f90 bindings directory instead of
 # the current directory
-AM_FCFLAGS += \$(FCMODOUTFLAG)src/binding/fortran/use_mpi
+FC_COMPILE_MODS += \$(FCMODOUTFLAG)src/binding/fortran/use_mpi
 
 mpi_fc_sources += \\
     src/binding/fortran/use_mpi/typef90cmplxf.c \\

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

Summary of changes:
 src/binding/fortran/use_mpi/buildiface |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list