Salome HOME
spns #33691 : fix boost compilation issue on debian 10 - python 3.7
[tools/sat_salome.git] / products / boost.pyconf
1 default :
2 {
3     name : "boost"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["boost"]
10         rpm_dev : ["boost-devel"]
11         apt : []
12         apt_dev : ["libboost-all-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python' ]
19     patches : [ ]
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     install_dir : 'base'
23     properties :
24     {
25         incremental : "yes"
26         single_install_dir : "yes"
27     }
28     post_script: "fix_permissions.sh"
29 }
30
31 default_win :
32 {
33    compil_script :  "boost_V" + $APPLICATION.products.boost + ".bat"
34    archive_info : {archive_name : "boost-" + $APPLICATION.products.boost + "_windows.tar.gz"}
35 }
36
37 version_1_71_0 :
38 {
39     compil_script : "boost-1.71.0.sh"
40 }
41
42 version_1_71_0_UB22_04 :
43 {
44     compil_script : "boost-1.71.0.sh"
45     patches : ['boost-1.71-pthread-gcc-11.patch']
46 }
47
48 version_1_71_0_FD37 :
49 {
50     compil_script : "boost-1.71.0.sh"
51     patches : ['boost-1.71-pthread-gcc-11.patch']
52 }
53
54 version_1_71_0_FD36 :
55 {
56     compil_script : "boost-1.71.0.sh"
57     patches : ['boost-1.71-pthread-gcc-11.patch']
58 }
59
60 version_1_58_0_DB10 :
61 {
62     patches : ['boost-1.58.0-python-3.7.patch']
63 }
64
65
66 version_1_52_0 :
67 {
68     patches : 
69     [
70       'boost-1.52.0-cstdint_missing_include.patch',
71       'boost-1.52.0_recent_glibc_versions.patch'
72     ]
73 }
74
75 version_1_49_0:
76 {
77     patches : [ "boost-1.49.0.patch" ]
78 }