[MOAB-dev] commit/MOAB: iulian07: more mbzoltan exposure to the world

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Oct 20 11:36:36 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/be529fb9b664/
Changeset:   be529fb9b664
Branch:      master
User:        iulian07
Date:        2013-10-20 18:33:37
Summary:     more mbzoltan exposure to the world

libraries depending on moab need to be informed about mbzoltan
dependencies;
export zoltan lib, flags, includes.

This will probably not resolve meshkit build failures, but it is a step forward

Affected #:  2 files

diff --git a/configure.ac b/configure.ac
index cc1d3e0..ef58879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -557,7 +557,7 @@ AC_ARG_WITH([parmetis],
 		 ;;
                esac] )
 
-
+EXPORT_LDFLAGS="$EXPORT_LDFLAGS $ZOLTAN_LIB_FLAGS"
 
 ################################################################################
 #                            Optional Libraries

diff --git a/moab.make.in b/moab.make.in
index e6dc42d..45f80de 100644
--- a/moab.make.in
+++ b/moab.make.in
@@ -8,13 +8,15 @@ MOAB_INCLUDES = -I at abs_srcdir@/src \
                 -I at abs_srcdir@/src/parallel \
                 -I at abs_builddir@/src/parallel
 
+MOAB_INCLUDES += @ZOLTAN_INC_FLAGS@
+
 MOAB_CXXFLAGS = @CXXFLAGS@ @AM_CXXFLAGS@
 MOAB_CFLAGS = @CFLAGS@ @AM_CFLAGS@
 MOAB_FFLAGS = @FFLAGS@
 MOAB_FCFLAGS = @FCFLAGS@
 MOAB_LDFLAGS = @EXPORT_LDFLAGS@
 
-MOAB_LIBS_LINK = ${MOAB_LDFLAGS} -L${MOAB_LIBDIR} -lMOAB @LIBS@ @PNETCDF_LIBS@ @NETCDF_LIBS@ @HDF5_LIBS@ @CCMIO_LIBS@ @CGM_LIBS@
+MOAB_LIBS_LINK = ${MOAB_LDFLAGS} -L${MOAB_LIBDIR} -lMOAB @LIBS@ @PNETCDF_LIBS@ @NETCDF_LIBS@ @HDF5_LIBS@ @CCMIO_LIBS@ @CGM_LIBS@ @ZOLTAN_LIBS@ 
 
 MOAB_CXX = @CXX@
 MOAB_CC  = @CC@

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list