[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52145] trunk/blender/build_files/buildbot /config: Enable libboost_locale for buildbot rules

Sergey Sharybin sergey.vfx at gmail.com
Mon Nov 12 13:10:52 CET 2012


Revision: 52145
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52145
Author:   nazgul
Date:     2012-11-12 12:10:46 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
Enable libboost_locale for buildbot rules

Modified Paths:
--------------
    trunk/blender/build_files/buildbot/config/user-config-glibc211-i686.py
    trunk/blender/build_files/buildbot/config/user-config-glibc211-x86_64.py
    trunk/blender/build_files/buildbot/config/user-config-glibc27-i686.py
    trunk/blender/build_files/buildbot/config/user-config-glibc27-x86_64.py
    trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py
    trunk/blender/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
    trunk/blender/build_files/buildbot/config/user-config-player-glibc27-i686.py
    trunk/blender/build_files/buildbot/config/user-config-player-glibc27-x86_64.py

Modified: trunk/blender/build_files/buildbot/config/user-config-glibc211-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-glibc211-i686.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-glibc211-i686.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -133,7 +133,8 @@
 BF_BOOST = '/opt/lib/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
 BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
-    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a \
+    ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # Ocean Simulation

Modified: trunk/blender/build_files/buildbot/config/user-config-glibc211-x86_64.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-glibc211-x86_64.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-glibc211-x86_64.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -132,7 +132,8 @@
 BF_BOOST = '/opt/lib/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
 BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
-    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a \
+    ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # Ocean Simulation

Modified: trunk/blender/build_files/buildbot/config/user-config-glibc27-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-glibc27-i686.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-glibc27-i686.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -119,7 +119,7 @@
 WITH_BF_STATICBOOST = True
 BF_BOOST = '/opt/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
-BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # Ocean Simulation

Modified: trunk/blender/build_files/buildbot/config/user-config-glibc27-x86_64.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-glibc27-x86_64.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-glibc27-x86_64.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -118,7 +118,7 @@
 WITH_BF_STATICBOOST = True
 BF_BOOST = '/opt/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
-BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # Ocean Simulation

Modified: trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -98,7 +98,8 @@
 BF_BOOST = '/opt/lib/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
 BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
-    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a \
+    ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # JACK

Modified: trunk/blender/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-player-glibc211-x86_64.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc211-x86_64.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -98,7 +98,8 @@
 BF_BOOST = '/opt/lib/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
 BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
-    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a \
+    ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # JACK

Modified: trunk/blender/build_files/buildbot/config/user-config-player-glibc27-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-player-glibc27-i686.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc27-i686.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -94,7 +94,7 @@
 WITH_BF_STATICBOOST = True
 BF_BOOST = '/opt/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
-BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # JACK

Modified: trunk/blender/build_files/buildbot/config/user-config-player-glibc27-x86_64.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-player-glibc27-x86_64.py	2012-11-12 11:59:28 UTC (rev 52144)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc27-x86_64.py	2012-11-12 12:10:46 UTC (rev 52145)
@@ -94,7 +94,7 @@
 WITH_BF_STATICBOOST = True
 BF_BOOST = '/opt/boost'
 BF_BOOST_INC = '${BF_BOOST}/include'
-BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 # JACK




More information about the Bf-blender-cvs mailing list