mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Moved buildParaView3.3-cvs to be on the PATH and added more path corrections
This commit is contained in:
@ -232,6 +232,18 @@ installParaView ()
|
||||
-print
|
||||
fi
|
||||
|
||||
# Replace local CMAKE_HOME path with CMAKE_HOME
|
||||
# environment variables
|
||||
find . -iname '*cmake*' -execdir sed -i \
|
||||
"s,$CMAKE_HOME,\$ENV{CMAKE_HOME},g" {} ';' \
|
||||
-print
|
||||
|
||||
# Replace local WM_COMPILER_DIR path with WM_COMPILER_DIR
|
||||
# environment variables
|
||||
find . -iname '*cmake*' -execdir sed -i \
|
||||
"s,$WM_COMPILER_DIR,\$ENV{WM_COMPILER_DIR},g" {} ';' \
|
||||
-print
|
||||
|
||||
# create a softlink to the $PARAVIEW_OBJ_DIR/bin folder
|
||||
# - workaround for chosen install location
|
||||
echo " Creating paraview $PARAVIEW_MAJOR_VERSION soft link to /bin"
|
||||
|
||||
Reference in New Issue
Block a user