[Bf-blender-cvs] [e32710d2d7] master: Buildbot: Use proper NVCC path

Sergey Sharybin noreply at git.blender.org
Fri Mar 24 10:28:10 CET 2017


Commit: e32710d2d749b7060befb2d31fd70f127f90dc48
Author: Sergey Sharybin
Date:   Fri Mar 24 10:27:41 2017 +0100
Branches: master
https://developer.blender.org/rBe32710d2d749b7060befb2d31fd70f127f90dc48

Buildbot: Use proper NVCC path

In fact, we could probably remove this option all together.

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 860dd1174c..1d42f04f15 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -111,7 +111,7 @@ if 'cmake' in builder:
             cuda_chroot_name = 'buildbot_' + deb_name + '_x86_64'
             targets = ['player', 'blender', 'cuda']
 
-        cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-8.0/bin/nvcc')
+        cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda/bin/nvcc')
 
     cmake_options.append("-C" + os.path.join(blender_dir, cmake_config_file))




More information about the Bf-blender-cvs mailing list