[Bf-blender-cvs] [15ff75d06b3] master: Buildbot: Use older NVCC on 32bit linux

Sergey Sharybin noreply at git.blender.org
Wed Mar 29 10:22:02 CEST 2017


Commit: 15ff75d06b3d9ffe255c391c875cea6cc99d6009
Author: Sergey Sharybin
Date:   Wed Mar 29 10:21:17 2017 +0200
Branches: master
https://developer.blender.org/rB15ff75d06b3d9ffe255c391c875cea6cc99d6009

Buildbot: Use older NVCC on 32bit linux

Newer toolkit has some weird issue with cross0-compiling 32bit kernels
from 64bit environment.

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index c8d69c38644..3c59f168356 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -109,6 +109,7 @@ if 'cmake' in builder:
             chroot_name = 'buildbot_' + deb_name + '_i686'
             cuda_chroot_name = 'buildbot_' + deb_name + '_x86_64'
             targets = ['player', 'blender', 'cuda']
+            cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-8.0.44/bin/nvcc')
 
     cmake_options.append("-C" + os.path.join(blender_dir, cmake_config_file))




More information about the Bf-blender-cvs mailing list