From 1dc9650d20336a2a6058eaae568a5bca71650423 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 12 Jan 2021 11:35:39 +0100 Subject: Cycles: upgrade to OptiX SDK version 7.1 on buildbot This means that NVIDIA driver version 450 or newer is now required for Cycles OptiX rendering. This upgrade is required to take advantage of new features and improvements. Ref T81431 --- build_files/buildbot/worker_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/buildbot/worker_compile.py b/build_files/buildbot/worker_compile.py index 266f9e65313..8c6b44c5866 100644 --- a/build_files/buildbot/worker_compile.py +++ b/build_files/buildbot/worker_compile.py @@ -42,7 +42,7 @@ def get_cmake_options(builder): elif builder.platform == 'linux': config_file = "build_files/buildbot/config/blender_linux.cmake" - optix_sdk_dir = os.path.join(builder.blender_dir, '..', '..', 'NVIDIA-Optix-SDK') + optix_sdk_dir = os.path.join(builder.blender_dir, '..', '..', 'NVIDIA-Optix-SDK-7.1') options.append('-DOPTIX_ROOT_DIR:PATH=' + optix_sdk_dir) # Workaround to build sm_30 kernels with CUDA 10, since CUDA 11 no longer supports that architecture -- cgit v1.2.3