Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / products / matplotlib.pyconf
1 matplotlib_1_4_3 :
2 {
3         name : "matplotlib"
4     build_source : "script"
5     compil_script :  $name + ".sh"
6     get_source : "archive"
7     archive_info:
8     {
9                 archive_name : $SITE.prepare.archive_dir + $name + "-1.4.3.tar.gz"
10     }
11     environ :
12     {
13            env_script : $VARS.datadir + $VARS.sep + "env_scripts" + $VARS.sep + $name + ".py"
14     }
15     depend : ['Python', 'numpy', 'freetype', 'six', 'pytz', 'distribute', 'pyparsing', 'dateutil']
16     patches : [
17                         $VARS.datadir + $VARS.sep + "patches" + $VARS.sep + $name + "_1_4_3_patch_freetype_detection_for_SAT.patch"
18                         $VARS.datadir + $VARS.sep + "patches" + $VARS.sep + $name + "-1.4.3_no_auto_download.patch"
19                         ]
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 }