Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / products / Python.pyconf
1 Python_2_7_10 :
2 {
3         name : "Python"
4     build_source : "script"
5     compil_script : "Python.sh"
6     get_source : "archive"
7     archive_info:
8     {
9                 archive_name : $SITE.prepare.archive_dir + "Python-2.7.10.tar.gz"
10     }
11     environ :
12     {
13            env_script : $VARS.datadir + $VARS.sep + "env_scripts" + $VARS.sep + $name + ".py"
14     }
15     depend : []
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     install_dir : 'base'
19 }