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>2014-06-18 00:29:49 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-18 00:31:36 +0400
commit528673436b9ef418fc838261fe95e9a1fef3be1c (patch)
tree739546b6bca9be0fb2a5bba4d18ea2fcddd4a351 /build_files/buildbot/config/user-config-mac-x86_64.py
parentfd0b74280e05025d99195bc1ea73815551ecba8a (diff)
Disable cubins for OSX buildbot
This is a temporary solution in order to get at least rest of the blender begin up-to-date on the buildbot. To be able to compile cubins again we need to switch OSX builder machine to OSX 10.8 and CUDA toolkit 6, which might take some time, unfortunately.
Diffstat (limited to 'build_files/buildbot/config/user-config-mac-x86_64.py')
-rw-r--r--build_files/buildbot/config/user-config-mac-x86_64.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/config/user-config-mac-x86_64.py b/build_files/buildbot/config/user-config-mac-x86_64.py
index ac923f48abe..ba42136d7c3 100644
--- a/build_files/buildbot/config/user-config-mac-x86_64.py
+++ b/build_files/buildbot/config/user-config-mac-x86_64.py
@@ -1,5 +1,5 @@
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
-WITH_BF_CYCLES_CUDA_BINARIES = True
+WITH_BF_CYCLES_CUDA_BINARIES = False