From 406b580b3d0c2b78e9aa168db9877eef83d33000 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Fri, 22 Nov 2024 11:49:45 +0100 Subject: [PATCH] _matplotlib =================================================================== Gbp-Pq: Name 10_matplotlib.patch --- Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h index 40c6c9ad..44327e90 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -190,6 +190,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; ///@{ /** -- 2.30.2