[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-472-g701056d

Service Account noreply at mpich.org
Wed Oct 5 14:22:41 CDT 2016


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  701056db57aea45096d4468291abe36df45d5f87 (commit)
      from  8de843d4587ec9a8da1be4a6320f4a66d0f25b91 (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/701056db57aea45096d4468291abe36df45d5f87

commit 701056db57aea45096d4468291abe36df45d5f87
Author: Wesley Bland <wesley.bland at intel.com>
Date:   Wed Oct 5 10:30:21 2016 -0500

    CH4/OFI: Fix embedded build
    
    Fixes embedded build by completely unsetting the environment variables
    set by the build system.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/src/mpid/ch4/netmod/ofi/subconfigure.m4 b/src/mpid/ch4/netmod/ofi/subconfigure.m4
index 9eb0ed6..9579175 100644
--- a/src/mpid/ch4/netmod/ofi/subconfigure.m4
+++ b/src/mpid/ch4/netmod/ofi/subconfigure.m4
@@ -139,9 +139,16 @@ AM_COND_IF([BUILD_CH4_NETMOD_OFI],[
         ofi_subdir_args="--enable-embedded"
 
         dnl Unset all of these env vars so they don't pollute the libfabric configuration
-        PAC_PUSH_FLAG(CPPFLAGS)
+        PAC_PUSH_ALL_FLAGS()
+        unset CFLAGS
+        unset CPPFLAGS
+        unset CXXFLAGS
+        unset FFLAGS
+        unset FCFLAGS
+        unset LDFLAGS
+        unset LIBS
         PAC_CONFIG_SUBDIR_ARGS([src/mpid/ch4/netmod/ofi/libfabric],[$ofi_subdir_args],[],[AC_MSG_ERROR(libfabric configure failed)])
-        PAC_POP_FLAG(CPPFLAGS)
+        PAC_POP_ALL_FLAGS()
         PAC_APPEND_FLAG([-I${master_top_builddir}/src/mpid/ch4/netmod/ofi/libfabric/include], [CPPFLAGS])
         PAC_APPEND_FLAG([-I${use_top_srcdir}/src/mpid/ch4/netmod/ofi/libfabric/include], [CPPFLAGS])
 

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

Summary of changes:
 src/mpid/ch4/netmod/ofi/subconfigure.m4 |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list