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>2013-02-11 17:39:22 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-02-11 17:39:22 +0400
commit6888d6eac828689b8a9fb96f5b4f80f45be8301a (patch)
tree1b3f7b1ffde7893127727b23bfff331ad51dd52a /build_files/buildbot/config/user-config-glibc211-x86_64.py
parent16477259137f0e349cb9f51217543000c0ccf4c7 (diff)
Buildbot: switch to using native toolkit again
Crosscompiling of cubins doesn't work on linux with toolkit 4.2, so use native toolkit for now. Disabled sm_13 for 32bit platform for now. Would keep cudakernels build target for a while. It doesn't hurt being in the code and it could be helpful again once we'll switch to toolkit 5.x where crosscompilation works fine. Some further tweaks could probably be needed still, let's see how building goes on buildbot now :)
Diffstat (limited to 'build_files/buildbot/config/user-config-glibc211-x86_64.py')
-rw-r--r--build_files/buildbot/config/user-config-glibc211-x86_64.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/config/user-config-glibc211-x86_64.py b/build_files/buildbot/config/user-config-glibc211-x86_64.py
index c0ba8060712..edd9500d88d 100644
--- a/build_files/buildbot/config/user-config-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-glibc211-x86_64.py
@@ -110,7 +110,8 @@ BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
# Cycles
WITH_BF_CYCLES = True
-WITH_BF_CYCLES_CUDA_BINARIES = False
+WITH_BF_CYCLES_CUDA_BINARIES = True
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
WITH_BF_OIIO = True
WITH_BF_STATICOIIO = True