[Bf-blender-cvs] [e6919296861] master: Merge branch 'blender2.7'

Brecht Van Lommel noreply at git.blender.org
Sun Mar 17 13:09:47 CET 2019


Commit: e69192968616b17709e6a3bd0d2dc59d463c52ba
Author: Brecht Van Lommel
Date:   Sun Mar 17 12:54:19 2019 +0100
Branches: master
https://developer.blender.org/rBe69192968616b17709e6a3bd0d2dc59d463c52ba

Merge branch 'blender2.7'

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



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

diff --cc build_files/buildbot/slave_compile.py
index 7eb6ff5c2cf,595eacbda80..1d5d6ca1650
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@@ -60,7 -59,7 +59,6 @@@ if 'cmake' in builder
  
      # Config file to be used (relative to blender's sources root)
      cmake_config_file = "build_files/cmake/config/blender_release.cmake"
-     cmake_cuda_config_file = None
 -    cmake_player_config_file = None
  
      # Set build options.
      cmake_options = []
@@@ -158,14 -133,8 +131,6 @@@
          target_name = 'install'
          # Tweaking CMake options to respect the target
          target_cmake_options = cmake_options[:]
-         if target == 'cuda':
-             target_cmake_options += cuda_cmake_options
-             target_chroot_prefix = cuda_chroot_prefix[:]
-             target_name = 'cycles_kernel_cuda'
-         # If cuda binaries are compiled as a separate target, make sure
-         # other targets don't compile cuda binaries.
-         if 'cuda' in targets and target != 'cuda':
-             target_cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=OFF")
 -        if target == 'player':
 -            target_cmake_options.append("-C" + os.path.join(blender_dir, cmake_player_config_file))
          # Do extra git fetch because not all platform/git/buildbot combinations
          # update the origin remote, causing buildinfo to detect local changes.
          os.chdir(blender_dir)
diff --cc tests/python/CMakeLists.txt
index 914481f37c9,d34c9f70f82..b2def0a310f
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@@ -528,11 -531,11 +528,11 @@@ function(add_python_test testname tests
  	endif()
  endfunction()
  
 -if(WITH_CYCLES)
 -	if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/ctests/shader")
 -		macro(add_cycles_render_test subject)
 +if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/ctests/shader")
 +	macro(add_cycles_render_test subject)
 +		if(WITH_CYCLES)
  			add_python_test(
- 				cycles_${subject}_test
+ 				cycles_${subject}
  				${CMAKE_CURRENT_LIST_DIR}/cycles_render_tests.py
  				-blender "$<TARGET_FILE:blender>"
  				-testdir "${TEST_SRC_DIR}/render/ctests/${subject}"



More information about the Bf-blender-cvs mailing list