Salome HOME
5fd63b4131b0fa670c3d327281265c1e1e72a5e3
[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 : ["libboost-regex", "libboost-thread" , "libboost-serialization",
12                "libboost-chrono", "libboost-filesystem", "libboost-system", 
13                "libboost-date-time"]
14         apt_dev : ["libboost-regex-dev", "libboost-thread-dev", "libboost-serialization-dev",
15                    "libboost-chrono-dev", "libboost-filesystem-dev", "libboost-system-dev", 
16                    "libboost-date-time-dev"]
17     }
18     environ :
19     {
20        env_script : $name + ".py"
21     }
22     depend : ['Python' ]
23     patches : [ ]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     install_dir : 'base'
27     properties :
28     {
29         incremental : "yes"
30         single_install_dir : "yes"
31     }
32 }
33
34 default_win :
35 {
36    compil_script :  "boost_V" + $APPLICATION.products.boost + ".bat"
37    archive_info : {archive_name : "boost-" + $APPLICATION.products.boost + "_windows.tar.gz"}
38 }
39
40 version_1_52_0 :
41 {
42     patches : 
43     [
44       'boost-1.52.0-cstdint_missing_include.patch',
45       'boost-1.52.0_recent_glibc_versions.patch'
46     ]
47 }
48
49 version_1_49_0:
50 {
51     patches : [ "boost-1.49.0.patch" ]
52 }