Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / tcltk.pyconf
1 default :
2 {
3     name : "tcltk"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : []
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties :
16     {
17         incremental : "yes"
18         single_install_dir : "yes"
19     }
20 }
21
22 default_win:
23 {
24     properties :
25     {
26       incremental : "yes"
27       single_install_dir : "yes"
28     }
29 }
30
31 # needed in order to screen with windows version - see below
32 version_8_6_9:
33 {
34   patches : []
35 }
36
37 version_8_6_9_win:
38 {
39   patches : ["tcltk-8.6.9_windows.patch"]
40 }