[MOAB-dev] commit/MOAB: iulian07: mbzoltan exposure again
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Mon Oct 21 12:04:05 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/ecabf29d256e/
Changeset: ecabf29d256e
Branch: master
User: iulian07
Date: 2013-10-21 19:02:22
Summary: mbzoltan exposure again
exporting the library flags for mbzoltan has to happen later, after second phase of deciding where zoltan and dependents are
Affected #: 1 file
diff --git a/configure.ac b/configure.ac
index ef58879..937385d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -557,8 +557,6 @@ AC_ARG_WITH([parmetis],
;;
esac] )
-EXPORT_LDFLAGS="$EXPORT_LDFLAGS $ZOLTAN_LIB_FLAGS"
-
################################################################################
# Optional Libraries
################################################################################
@@ -740,6 +738,8 @@ AC_SUBST(ZOLTAN_LIBS)
AC_SUBST(ZOLTAN_LIB_FLAGS)
AC_SUBST(ZOLTAN_INC_FLAGS)
+EXPORT_LDFLAGS="$ZOLTAN_LIB_FLAGS $EXPORT_LDFLAGS"
+
################################################################################
# VTK for qvdual and/or vtkMOABReader
################################################################################
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