From dc852774bda4518f07bc9f933e77d485ad461da7 Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 5 Apr 2012 08:24:47 +0000 Subject: [PATCH] SALOME 6.5.0 preparation: disable SurfaceLIC plug-in (compiler hangs-up with ParaView 3.14.0) --- config_files/ParaView.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_files/ParaView.sh b/config_files/ParaView.sh index bdd62f6..afbbb80 100755 --- a/config_files/ParaView.sh +++ b/config_files/ParaView.sh @@ -215,7 +215,8 @@ CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_ForceTime:BOOL=ON" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=ON" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_PointSprite:BOOL=ON" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=ON" +############# VSR: IN PARAVIEW 3.14.0 SWITCHING THIS PLUG-IN ON LEADS TO THE COMPILER HANG-UP ################### +CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=OFF" ### Mesa settings (if pre-installed) [OBSOLETE] with_mesa=0 -- 2.39.2