[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51917] trunk/blender/build_files/buildbot /config: Buildbot: blenderplayer configuration needs to define path to boost now

Sergey Sharybin sergey.vfx at gmail.com
Mon Nov 5 16:56:02 CET 2012


Revision: 51917
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51917
Author:   nazgul
Date:     2012-11-05 15:55:59 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
Buildbot: blenderplayer configuration needs to define path to boost now

Modified Paths:
--------------
    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-player-glibc211-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py	2012-11-05 15:28:48 UTC (rev 51916)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc211-i686.py	2012-11-05 15:55:59 UTC (rev 51917)
@@ -93,6 +93,14 @@
 BF_OCIO_LIB_STATIC = '${BF_OCIO_LIBPATH}/libOpenColorIO.a ${BF_OCIO_LIBPATH}/libtinyxml.a ${BF_OCIO_LIBPATH}/libyaml-cpp.a'
 BF_OCIO_LIBPATH = '${BF_OCIO}/lib'
 
+WITH_BF_BOOST = True
+WITH_BF_STATICBOOST = True
+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 = '${BF_BOOST}/lib'
+
 # JACK
 WITH_BF_JACK = True
 WITH_BF_STATICJACK = True

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-05 15:28:48 UTC (rev 51916)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc211-x86_64.py	2012-11-05 15:55:59 UTC (rev 51917)
@@ -93,6 +93,14 @@
 BF_OCIO_LIB_STATIC = '${BF_OCIO_LIBPATH}/libOpenColorIO.a ${BF_OCIO_LIBPATH}/libtinyxml.a ${BF_OCIO_LIBPATH}/libyaml-cpp.a'
 BF_OCIO_LIBPATH = '${BF_OCIO}/lib'
 
+WITH_BF_BOOST = True
+WITH_BF_STATICBOOST = True
+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 = '${BF_BOOST}/lib'
+
 # JACK
 WITH_BF_JACK = True
 WITH_BF_STATICJACK = True

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-05 15:28:48 UTC (rev 51916)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc27-i686.py	2012-11-05 15:55:59 UTC (rev 51917)
@@ -90,6 +90,13 @@
 BF_OCIO_LIB_STATIC = '${BF_OCIO_LIBPATH}/libOpenColorIO.a ${BF_OCIO_LIBPATH}/libtinyxml.a ${BF_OCIO_LIBPATH}/libyaml-cpp.a'
 BF_OCIO_LIBPATH = '${BF_OCIO}/lib'
 
+WITH_BF_BOOST = True
+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_LIBPATH = '${BF_BOOST}/lib'
+
 # JACK
 WITH_BF_JACK = True
 

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-05 15:28:48 UTC (rev 51916)
+++ trunk/blender/build_files/buildbot/config/user-config-player-glibc27-x86_64.py	2012-11-05 15:55:59 UTC (rev 51917)
@@ -90,6 +90,13 @@
 BF_OCIO_LIB_STATIC = '${BF_OCIO_LIBPATH}/libOpenColorIO.a ${BF_OCIO_LIBPATH}/libtinyxml.a ${BF_OCIO_LIBPATH}/libyaml-cpp.a'
 BF_OCIO_LIBPATH = '${BF_OCIO}/lib'
 
+WITH_BF_BOOST = True
+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_LIBPATH = '${BF_BOOST}/lib'
+
 # JACK
 WITH_BF_JACK = True
 




More information about the Bf-blender-cvs mailing list