Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[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 : ['kiwisolver', 'Pillow']
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties:
25     {
26       pip : "no"  # whl prerequisites do not correspond! backports.functools_lru_cache-1.5  and subprocess32-3.5.4 are missing
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33    compil_script : 'pip_install_whl' + $VARS.scriptExtension
34    archive_info : {archive_name : "matplotlib-" + $APPLICATION.products.matplotlib + "_windows.tar.gz"}
35    depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'setuptools', 'cycler']
36    opt_depend : ['kiwisolver']
37    properties:
38    {
39      incremental : "yes"
40      single_install_dir : "yes"
41    }
42 }
43
44 version_2_2_2 :
45 {
46     properties:
47     {
48       pip : "yes"
49       incremental : "yes"
50     }
51 }
52
53 version_2_0_2 :
54 {
55     depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'setuptools', 'cycler']
56 }
57
58 version_1_4_3 :
59 {
60     name : "matplotlib"
61     depend : ['Python', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'distribute', 'pyparsing', 'dateutil', 'setuptools']
62     patches : [
63                $name + "_1_4_3_patch_freetype_detection_for_SAT.patch"
64                $name + "-1.4.3_no_auto_download.patch"
65                $name + "-1.4.3_fix_Cannot_connect_NavigationToolbar2QT.patch"
66               ]
67 }
68
69 version_1_4_2 :
70 {
71     name : "matplotlib"
72     depend : ['Python', 'numpy', 'freetype']
73     patches : [
74                   $name + "_1_4_2_patch_freetype_detection_for_SAT.patch"
75               ]
76 }