]> SALOME platform Git repositories - tools/configuration.git/blob - config/patches/matplotlib.002_fix_paraview_gtk.patch
Salome HOME
Update patch and add a new one for matplotlib
[tools/configuration.git] / config / patches / matplotlib.002_fix_paraview_gtk.patch
1 diff -crB matplotlib-1.4.3/setup.py matplotlib-1.4.3p1/setup.py
2 *** matplotlib-1.4.3/setup.py   2015-02-16 04:46:36.000000000 +0100
3 --- matplotlib-1.4.3p1/setup.py 2015-03-24 14:24:46.000000000 +0100
4 ***************
5 *** 91,109 ****
6       # These backends are listed in order of preference, the first
7       # being the most preferred.  The first one that looks like it will
8       # work will be selected as the default backend.
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.BackendAgg(),
20 !     setupext.BackendCairo(),
21 !     setupext.Windowing(),
22       'Optional LaTeX dependencies',
23       setupext.DviPng(),
24       setupext.Ghostscript(),
25 --- 91,109 ----
26       # These backends are listed in order of preference, the first
27       # being the most preferred.  The first one that looks like it will
28       # work will be selected as the default backend.
29 !     #setupext.BackendMacOSX(),
30       setupext.BackendQt5(),
31       setupext.BackendQt4(),
32       setupext.BackendPySide(),
33 !     #setupext.BackendGtk3Agg(),
34 !     #setupext.BackendGtk3Cairo(),
35 !     #setupext.BackendGtkAgg(),
36 !     #setupext.BackendTkAgg(),
37 !     #setupext.BackendWxAgg(),
38 !     #setupext.BackendGtk(),
39       setupext.BackendAgg(),
40 !     #setupext.BackendCairo(),
41 !     #setupext.Windowing(),
42       'Optional LaTeX dependencies',
43       setupext.DviPng(),
44       setupext.Ghostscript(),