Salome HOME
CONFIGURATION 9.2.0 - Debian 10 - backport a patch
[tools/sat_salome.git] / products / libxml2.pyconf
1 default :
2 {
3     name : "libxml2"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["libxml2"]
10         rpm_dev : ["libxml2-devel"]
11         apt : ["libxml2"]
12         apt_dev : ["libxml2-dev"]
13     }
14     archive_info:
15     {
16     }
17     environ :
18     {
19        env_script : $name + ".py"
20     }
21     depend : ['Python' ]
22     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
23     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24     install_dir : 'base'
25     properties :
26     {
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33    properties:
34    {
35      incremental : "yes"
36      single_install_dir : "yes"
37    }
38 }
39 # needed in order to screen with windows version - see below
40 version_2_9_1 :
41 {
42   patches : []
43 }
44
45 version_2_9_1_win :
46 {
47   patches : ["libxml2-2.9.1.patch"]
48 }