From 6ec0c3c1e6ba1921712d82818062bc4e5f2fede4 Mon Sep 17 00:00:00 2001 From: inv Date: Fri, 1 Apr 2011 08:56:42 +0000 Subject: [PATCH] Update for Salome 6.3.1 --- config_files/ParaView-3.10.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_files/ParaView-3.10.sh b/config_files/ParaView-3.10.sh index a7c02b4..fdcb3dd 100755 --- a/config_files/ParaView-3.10.sh +++ b/config_files/ParaView-3.10.sh @@ -230,6 +230,9 @@ else cp -rf ${bindir}/* ${PRODUCT_DIR} fi +# patch Paraview problem (bad VisItBridge configuration) +sed -i "s%SET(PARAVIEW_USE_VISITBRIDGE \"ON\")%SET(PARAVIEW_USE_VISITBRIDGE \"OFF\")%g" ${PRODUCT_DIR}/lib/paraview-${PVVERSION}/ParaViewConfig.cmake + cd ${PRODUCT_DIR} # remove sources and temporary files after building -- 2.39.2