_matplotlib
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 28 Jan 2025 20:40:49 +0000 (21:40 +0100)
committerAnton Gladky <gladk@debian.org>
Tue, 28 Jan 2025 20:40:49 +0000 (21:40 +0100)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

index 40c6c9ad1a1bf33437ab97763579e87d0eb1f683..44327e90a3a31cb475f1f49cef29b65ad26a576d 100644 (file)
@@ -190,6 +190,10 @@ private:
    * to implement IsAvailable.
    */
   static Availability CheckMPLAvailability();
+  static void DisableMPL()
+    {
+    MPLMathTextAvailable = UNAVAILABLE;
+    };
 
   ///@{
   /**