Salome HOME
TTK: on DB10, switch off CPU optimization as requested by A.Geay
[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 }
29
30 default_win :
31 {
32    compil_script :  "boost_V" + $APPLICATION.products.boost + ".bat"
33    archive_info : {archive_name : "boost-" + $APPLICATION.products.boost + "_windows.tar.gz"}
34 }
35
36 version_1_71_0 :
37 {
38     compil_script : "boost-1.71.0.sh"
39 }
40
41 version_1_52_0 :
42 {
43     patches : 
44     [
45       'boost-1.52.0-cstdint_missing_include.patch',
46       'boost-1.52.0_recent_glibc_versions.patch'
47     ]
48 }
49
50 version_1_49_0:
51 {
52     patches : [ "boost-1.49.0.patch" ]
53 }