Salome HOME
Add the makeinstall command. Add the script compilation in make command
[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     }
14     depend : []
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
17     install_dir : 'base'
18 }