[Bf-blender-cvs] [a9e9e9c] openvdb: OpenVDB: Disable it for blenderplayer buildbot target

Sergey Sharybin noreply at git.blender.org
Wed Jun 10 16:55:23 CEST 2015


Commit: a9e9e9cbc9c7a8dd12d13bbef86e3f032a85c039
Author: Sergey Sharybin
Date:   Wed Jun 10 16:55:03 2015 +0200
Branches: openvdb
https://developer.blender.org/rBa9e9e9cbc9c7a8dd12d13bbef86e3f032a85c039

OpenVDB: Disable it for blenderplayer buildbot target

===================================================================

M	build_files/buildbot/config/user-config-player-glibc211-i686.py
M	build_files/buildbot/config/user-config-player-glibc211-x86_64.py

===================================================================

diff --git a/build_files/buildbot/config/user-config-player-glibc211-i686.py b/build_files/buildbot/config/user-config-player-glibc211-i686.py
index b3c26eb..2c53e56 100644
--- a/build_files/buildbot/config/user-config-player-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-player-glibc211-i686.py
@@ -120,6 +120,9 @@ WITH_BF_FFTW3 = True
 WITH_BF_STATICFFTW3 = True
 WITH_BF_OCEANSIM = True
 
+# OpenVDB
+WITH_BF_OPENVDB = False
+
 # Compilation and optimization
 BF_DEBUG = False
 REL_CCFLAGS = ['-DNDEBUG', '-O2', '-msse', '-msse2']  # C & C++
diff --git a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
index 173e15b..2b5205e 100644
--- a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
@@ -120,6 +120,9 @@ WITH_BF_FFTW3 = True
 WITH_BF_STATICFFTW3 = True
 WITH_BF_OCEANSIM = True
 
+# OpenVDB
+WITH_BF_OPENVDB = False
+
 # Compilation and optimization
 BF_DEBUG = False
 REL_CCFLAGS = ['-DNDEBUG', '-O2', '-msse', '-msse2']  # C & C++




More information about the Bf-blender-cvs mailing list