Merge remote-tracking branch 'origin/nr/HenrikRusche' into nextRelease

This commit is contained in:
Hrvoje Jasak 2013-11-29 17:22:22 +00:00
commit 9c2dde9c3c
4 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,5 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/lagrangian/molecularDynamics/molecule/lnInclude \
-I$(LIB_SRC)/lagrangian/molecularDynamics/potential/lnInclude \
-I$(LIB_SRC)/lagrangian/molecularDynamics/molecularMeasurements/lnInclude \
@ -9,7 +8,6 @@ EXE_INC = \
EXE_LIBS = \
-lmeshTools \
-ldynamicMesh \
-lfiniteVolume \
-llagrangian \
-lmolecule \

View file

@ -3,4 +3,6 @@ EXE_INC =
LIB_LIBS = \
-L$(FOAM_LIBBIN)/dummy \
-L$(FOAM_MPI_LIBBIN) \
-lscotchDecomp
-lscotchDecomp \
-lmetisDecomp \
-lparMetisDecomp

View file

@ -71,6 +71,13 @@ then
exit -1
fi
# Install Hydro-Quebec Tools if necessary
command -v pyFoamChangeMixingPlaneBoundary.py >/dev/null
if [ $? -ne 0 ];
then
${WM_THIRD_PARTY_DIR}/AllMake.stage6
fi
# Make sure the CMake and tutorials runtime files are updated
# We need cmake version 2.8.0 at least
cmake $WM_PROJECT_DIR

View file

@ -71,6 +71,13 @@ then
exit -1
fi
# Install Hydro-Quebec Tools if necessary
command -v pyFoamChangeMixingPlaneBoundary.py >/dev/null
if [ $? -ne 0 ];
then
${WM_THIRD_PARTY_DIR}/AllMake.stage6
fi
# Make sure the CMake and tutorials runtime files are updated
# We need cmake version 2.8.0 at least
cmake $WM_PROJECT_DIR