Install Hydro-Quebec Tools in test loop
This commit is contained in:
parent
147116f210
commit
9ab6185a2e
2 changed files with 14 additions and 0 deletions
|
@ -71,6 +71,13 @@ then
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
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
|
# Make sure the CMake and tutorials runtime files are updated
|
||||||
# We need cmake version 2.8.0 at least
|
# We need cmake version 2.8.0 at least
|
||||||
cmake $WM_PROJECT_DIR
|
cmake $WM_PROJECT_DIR
|
||||||
|
|
|
@ -71,6 +71,13 @@ then
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
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
|
# Make sure the CMake and tutorials runtime files are updated
|
||||||
# We need cmake version 2.8.0 at least
|
# We need cmake version 2.8.0 at least
|
||||||
cmake $WM_PROJECT_DIR
|
cmake $WM_PROJECT_DIR
|
||||||
|
|
Reference in a new issue