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