Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / zlib.pyconf
1 default :
2 {
3     name : "zlib"
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     build_depend : ["cmake"]
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
15     install_dir : 'base'
16     properties:
17     {
18       incremental : "yes"
19     }
20 }
21
22 default_win :
23 {
24    archive_info : {archive_name : "zlib-" + $APPLICATION.products.zlib + "_windows.tar.gz"}
25    properties:
26    {
27      incremental : "yes"
28      single_install_dir : "yes"
29    }
30 }
31
32 version_1_2_11:
33 {
34 }
35 version_1_2_11_win:
36 {
37    archive_info : {archive_name : "zlib-" + $APPLICATION.products.zlib + ".tar.gz"}
38    compil_script : 'zlib-1.2.11.bat'
39 }
40
41 version_1_2_5:
42 {
43 }
44
45 version_1_2_5_win:
46 {
47    archive_info : {archive_name : "zlib-" + $APPLICATION.products.zlib + ".tar.gz"}
48    compil_script : 'zlib-1.2.5.bat'
49 }