Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-06-10 17:55:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-10 17:55:03 +0300
commita9e9e9cbc9c7a8dd12d13bbef86e3f032a85c039 (patch)
tree7632abf0495d2942fdfa81caf3044600c878e840 /build_files
parent706a0e2139f9aac3a93fd1c6c22db6fd95c3e58f (diff)
OpenVDB: Disable it for blenderplayer buildbot target
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/config/user-config-player-glibc211-i686.py3
-rw-r--r--build_files/buildbot/config/user-config-player-glibc211-x86_64.py3
2 files changed, 6 insertions, 0 deletions
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 b3c26ebb310..2c53e56bb5c 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 173e15b08ca..2b5205e0a4e 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++