Salome HOME
spns #42158: Fix MEDCOUPLING V7_8_BR compilation on CO9 - set number of processors...
[tools/sat_salome.git] / products / matplotlib.pyconf
1 default :
2 {
3     name : "matplotlib"
4     build_source : "script"
5     compil_script :  "pip_install" + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-matplotlib"]
10         rpm_dev : []
11         apt : ["python3-matplotlib"]
12         apt_dev : []
13     }
14     environ :
15     {
16         env_script : $name + ".py"
17     }
18     # OP distribute is not useful anymore
19     depend : ['Python', 'setuptools', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'cycler']
20     opt_depend : ['contourpy', 'fonttools', 'importlib_resources', 
21                   'kiwisolver', 'packaging', 'Pillow'
22                  ]
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     install_dir : 'base'
26     properties:
27     {
28       pip : "yes"
29       incremental : "yes"
30     }
31 }
32
33 default_win :
34 {
35    compil_script : 'pip_install_whl' + $VARS.scriptExtension
36    archive_info : {archive_name : "matplotlib-" + $APPLICATION.products.matplotlib + "_windows.tar.gz"}
37    depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'setuptools', 'cycler']
38    opt_depend : ['kiwisolver', 'Pillow']
39    properties:
40    {
41      incremental : "yes"
42      single_install_dir : "yes"
43    }
44 }
45
46 version_3_3_4 :
47 {
48     opt_depend : ['kiwisolver', 'packaging', 'Pillow']
49     properties:
50     {
51       incremental : "yes"
52       pip : "no"
53     }
54 }
55
56 version_3_3_4_win :
57 {
58     opt_depend : ['kiwisolver', 'packaging', 'Pillow']
59     archive_info : {archive_name : "matplotlib-3.3.4.tar.gz"}
60     properties:
61     {
62       pip : "yes"
63       incremental : "yes"
64     }
65 }
66
67 version_2_2_2 :
68 {
69     properties:
70     {
71       pip : "yes"
72       incremental : "yes"
73     }
74 }
75
76 version_2_0_2 :
77 {
78     depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'setuptools', 'cycler']
79 }
80
81 version_1_4_3 :
82 {
83     name : "matplotlib"
84     depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'distribute', 'pyparsing', 'dateutil', 'setuptools']
85     patches : [
86                $name + "_1_4_3_patch_freetype_detection_for_SAT.patch"
87                $name + "-1.4.3_no_auto_download.patch"
88                $name + "-1.4.3_fix_Cannot_connect_NavigationToolbar2QT.patch"
89               ]
90 }
91
92 version_1_4_2 :
93 {
94     name : "matplotlib"
95     depend : ['Python', 'numpy', 'freetype']
96     patches : [
97                   $name + "_1_4_2_patch_freetype_detection_for_SAT.patch"
98               ]
99 }