* bin/tools/buildParaViewFunctions: Added comment to previous change

This commit is contained in:
henry
2008-06-03 23:15:37 +01:00
parent 2ac0e4bf1c
commit 303c61a7bb

View File

@ -235,12 +235,15 @@ installParaView ()
cd $PARAVIEW_OBJ_DIR
# replace local links with ParaView_INST_DIR environment variables
# Replace PARAVIEW_SRC_DIR path with ParaView_INST_DIR
# environment variables
echo " Replacing path hard links"
find . -iname \*.cmake -execdir sed -i \
"s,$PARAVIEW_SRC_DIR,\$ENV{ParaView_INST_DIR},g" {} ';' \
-print
# Replace local OPENMPI_ARCH_PATH path with OPENMPI_ARCH_PATH
# environment variables
if [ "$INCLUDE_MPI" = ON ]; then
find . -iname \*.cmake -execdir sed -i \
"s,$OPENMPI_ARCH_PATH,\$ENV{OPENMPI_ARCH_PATH},g" {} ';' \