]> SALOME platform Git repositories - tools/configuration.git/blob - config/patches/matplotlib.002_fix_paraview_gtk.patch
Salome HOME
Merge branch 'master' into V9_dev
[tools/configuration.git] / config / patches / matplotlib.002_fix_paraview_gtk.patch
1 diff -NaurwB a/setup.py b/setup.py
2 --- a/setup.py  2015-02-16 04:46:36.000000000 +0100
3 +++ b/setup.py  2017-06-14 17:28:25.170778052 +0200
4 @@ -91,19 +91,19 @@
5      # These backends are listed in order of preference, the first
6      # being the most preferred.  The first one that looks like it will
7      # work will be selected as the default backend.
8 -    setupext.BackendMacOSX(),
9 +    #setupext.BackendMacOSX(),
10      setupext.BackendQt5(),
11      setupext.BackendQt4(),
12      setupext.BackendPySide(),
13 -    setupext.BackendGtk3Agg(),
14 -    setupext.BackendGtk3Cairo(),
15 -    setupext.BackendGtkAgg(),
16 -    setupext.BackendTkAgg(),
17 -    setupext.BackendWxAgg(),
18 -    setupext.BackendGtk(),
19 +    #setupext.BackendGtk3Agg(),
20 +    #setupext.BackendGtk3Cairo(),
21 +    #setupext.BackendGtkAgg(),
22 +    #setupext.BackendTkAgg(),
23 +    #setupext.BackendWxAgg(),
24 +    #setupext.BackendGtk(),
25      setupext.BackendAgg(),
26 -    setupext.BackendCairo(),
27 -    setupext.Windowing(),
28 +    #setupext.BackendCairo(),
29 +    #setupext.Windowing(),
30      'Optional LaTeX dependencies',
31      setupext.DviPng(),
32      setupext.Ghostscript(),