[Bf-blender-cvs] [838e0a0] master: Buildbot: Attempt to use proper Clang for CUDA binaries

Sergey Sharybin noreply at git.blender.org
Mon Sep 19 16:11:36 CEST 2016


Commit: 838e0a09c7bc4b7c46d9f7b7b7ebcea3a8249378
Author: Sergey Sharybin
Date:   Mon Sep 19 16:11:19 2016 +0200
Branches: master
https://developer.blender.org/rB838e0a09c7bc4b7c46d9f7b7b7ebcea3a8249378

Buildbot: Attempt to use proper Clang for CUDA binaries

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index b7feae1..d62dded 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'):




More information about the Bf-blender-cvs mailing list