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>2016-09-19 17:11:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-19 17:11:19 +0300
commit838e0a09c7bc4b7c46d9f7b7b7ebcea3a8249378 (patch)
treee08936957679d9ebc5901c4fb4b66ca8e2eea5e9 /build_files
parent100b2ad7754daaaa670ab2d84889539b2c850dda (diff)
Buildbot: Attempt to use proper Clang for CUDA binaries
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index b7feae1ed8c..d62dded7067 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -75,6 +75,8 @@ if 'cmake' in builder:
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/bin/nvcc')
cmake_extra_options.append('-DCUDA_NVCC8_EXECUTABLE=/usr/local/cuda8-hack/bin/nvcc')
cmake_extra_options.append('-DWITH_CODEC_QUICKTIME=OFF')
+ cmake_extra_options.append('-DCUDA_HOST_COMPILER=/usr/local/cuda-hack/bin/clang')
+
elif builder.startswith('win'):
if builder.endswith('_vc2015'):