From: Nabil Ghodbane Date: Wed, 12 Oct 2022 15:08:50 +0000 (+0200) Subject: remove PARAVIS and SOLVERLAB patches - do not compile NodeEditor ParaView plugin X-Git-Tag: V9_11_0~239 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3010453cbf2412aa78895e9765c1d887d96d3794;p=tools%2Fsat_salome.git remove PARAVIS and SOLVERLAB patches - do not compile NodeEditor ParaView plugin --- diff --git a/products/PARAVIS.pyconf b/products/PARAVIS.pyconf index 376eac4..041252f 100644 --- a/products/PARAVIS.pyconf +++ b/products/PARAVIS.pyconf @@ -70,7 +70,7 @@ default_win: "pytz", "sphinxintl" ] - patches : ['PARAVIS-paraview-5.11.0-trace.patch'] + patches : [] } default_MPI : @@ -97,7 +97,7 @@ default_MPI : "pytz", "openmpi" ] - patches : ['PARAVIS-paraview-5.11.0-trace.patch'] + patches : [] } version_V9_7_0_to_V9_8_0 : diff --git a/products/SOLVERLAB.pyconf b/products/SOLVERLAB.pyconf index 7950020..0980f8a 100644 --- a/products/SOLVERLAB.pyconf +++ b/products/SOLVERLAB.pyconf @@ -38,7 +38,7 @@ default : incremental : "yes" has_salome_gui : "yes" } - patches: ['SOLVERLAB-paraview-5.11.patch'] + patches: [] } default_MPI : diff --git a/products/compil_scripts/ParaView-5.11.0.bat b/products/compil_scripts/ParaView-5.11.0.bat index bd07e5f..e284301 100644 --- a/products/compil_scripts/ParaView-5.11.0.bat +++ b/products/compil_scripts/ParaView-5.11.0.bat @@ -162,11 +162,13 @@ set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DPARAVIEW_PLUGIN_ENABLE_pvblot:BOOL=OFF set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DPARAVIEW_USE_CATALYST:BOOL=ON set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCATALYST_BUILD_STUB_IMPLEMENTATION:BOOL=ON +REM https://gitlab.kitware.com/paraview/paraview/-/issues/21594 +set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DPARAVIEW_PLUGIN_ENABLE_NodeEditor=OFF + REM allow additional plugins set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DVTK_ALL_NEW_OBJECT_FACTORY:BOOL=ON set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR="Visual Studio 15 2017 Win64" - cd %BUILD_DIR% echo. echo INFO: running command: %CMAKE_ROOT%\bin\cmake %CMAKE_OPTIONS% %SOURCE_DIR% diff --git a/products/compil_scripts/ParaView-5.11.0.sh b/products/compil_scripts/ParaView-5.11.0.sh index bb078bf..b4dd393 100755 --- a/products/compil_scripts/ParaView-5.11.0.sh +++ b/products/compil_scripts/ParaView-5.11.0.sh @@ -276,6 +276,9 @@ if [ -n "$NETCDF_ROOT_DIR" ]; then CMAKE_OPTIONS+=" -DVTK_MODULE_ENABLE_VTK_FiltersParallelGeometry=YES" fi +# https://gitlab.kitware.com/paraview/paraview/-/issues/21594 +CMAKE_OPTIONS+=" -DPARAVIEW_PLUGIN_ENABLE_NodeEditor=OFF" + echo echo "*** cmake" ${CMAKE_OPTIONS} cmake ${CMAKE_OPTIONS} $SOURCE_DIR