Salome HOME
ispc doesn't find llvm on Windows : add it to its dependencies
[tools/sat_salome.git] / products / qwt.pyconf
1 default : 
2 {
3     name : "qwt"
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 : ['qt']
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     }
19 }
20
21 version_6_1_0 :
22 {
23     compil_script :  "qwt-6.1.0.sh"
24     archive_info:
25     {
26         archive_name : "qwt-6.1.0.tar.bz2"
27     }
28 }
29
30 version_6_1_2 :
31 {
32     compil_script :  "qwt-6.1.0.sh"
33     archive_info:
34     {
35         archive_name : "qwt-6.1.2.tar.bz2"
36     }
37     properties :
38     {
39       incremental : "yes"
40       single_install_dir : "no"
41     }
42 }
43
44 version_6_1_2_win :
45 {
46     compil_script :  "qwt-6.1.0.bat"
47     archive_info:
48     {
49            archive_name : "qwt-6.1.2.tar.gz"
50     }
51 }
52
53 version_5_2_1 :
54 {
55     archive_info:
56     {
57         archive_name : "qwt-5.2.1.tar.bz2"
58     }
59 }