USE_CONTRIB_P4EST = @USE_CONTRIB_P4EST@
DEAL_II_P4EST_DIR = @DEAL_II_P4EST_DIR@
+DEAL_II_USE_MPI = @DEAL_II_USE_MPI@
+
TARGET = @target@
######################################################
#! /bin/sh
-# From configure.in Revision: 22333 .
+# From configure.in Revision: 22430 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for deal.II 6.4.pre.
#
CXXFLAGSPIC
CXXFLAGSO
CXXFLAGSG
+DEAL_II_USE_MPI
DEAL_II_COMPILER_SUPPORTS_MPI
GXX_VERSION_DETAILED
GXX_VERSION
+
if test "$GCC" = "yes" ; then
CC_VERSION_STRING=`($CC -v 2>&1) | grep "gcc version"`
if test "x$CC_VERSION_STRING" = "x" ; then
AC_SUBST(GXX_VERSION)
AC_SUBST(GXX_VERSION_DETAILED)
AC_SUBST(DEAL_II_COMPILER_SUPPORTS_MPI)
+AC_SUBST(DEAL_II_USE_MPI)
AC_SUBST(CXXFLAGSG)
AC_SUBST(CXXFLAGSO)
AC_SUBST(CXXFLAGSPIC)
aniso \
codim_one \
serialization \
- mpi \
+ $(shell if test "$(DEAL_II_USE_MPI)" = yes ; then echo mpi ; fi) \
$(shell if test "$(USE_CONTRIB_P4EST)" = yes ; then echo distributed_grids ; fi) \
$(shell if test "$(USE_CONTRIB_PETSC)" = yes ; then echo petsc ; fi) \
$(shell if test "$(USE_CONTRIB_TRILINOS)" = yes ; then echo trilinos ; fi) \
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams