Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / paraview-5.11.0.p006-GIL.patch
1 --- ParaView_ref/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx    2022-12-01 10:35:02.476305685 +0100
2 +++ ParaView_dev/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx    2022-12-01 10:35:41.811632384 +0100
3 @@ -790,6 +790,7 @@
4  //------------------------------------------------------------------------------
5  bool vtkMatplotlibMathTextUtilities::SetMathTextFont(vtkTextProperty* tprop)
6  {
7 +  vtkPythonScopeGilEnsurer gilEnsurer;
8    vtkSmartPyObject mplBase(PyImport_ImportModule("matplotlib"));
9    if (this->CheckForError(mplBase))
10    {