[Bf-blender-cvs] [04bd58e2323] cycles_oneapi: Build Deps: Correct path to igc for ocloc

Sergey Sharybin noreply at git.blender.org
Thu Jun 23 12:59:10 CEST 2022


Commit: 04bd58e2323f28cccc157001b6d7b0f35ac7f1e2
Author: Sergey Sharybin
Date:   Thu Jun 23 12:55:51 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB04bd58e2323f28cccc157001b6d7b0f35ac7f1e2

Build Deps: Correct path to igc for ocloc

The path got changed in an earlier commit in the hopes of simplifying
harvesting process.

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

M	build_files/build_environment/cmake/ocloc.cmake

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

diff --git a/build_files/build_environment/cmake/ocloc.cmake b/build_files/build_environment/cmake/ocloc.cmake
index b38f31de189..2dda7239a00 100644
--- a/build_files/build_environment/cmake/ocloc.cmake
+++ b/build_files/build_environment/cmake/ocloc.cmake
@@ -4,7 +4,7 @@ set(OCLOC_EXTRA_ARGS
   -DNEO_SKIP_UNIT_TESTS=1
   -DNEO_BUILD_WITH_OCL=0
   -DBUILD_WITH_L0=0
-  -DIGC_DIR=${LIBDIR}/igc
+  -DIGC_DIR=${LIBDIR}/dpcpp/lib/igc
   -DGMM_DIR=${LIBDIR}/gmmlib
 )



More information about the Bf-blender-cvs mailing list