[Bf-blender-cvs] [f9c6436fa00] cycles_oneapi: deps_builder: fix path separator in dpcpp patch

Ray Molenkamp noreply at git.blender.org
Sun May 22 21:08:42 CEST 2022


Commit: f9c6436fa007c89ce2880c9800d0093251760570
Author: Ray Molenkamp
Date:   Sun May 22 13:08:37 2022 -0600
Branches: cycles_oneapi
https://developer.blender.org/rBf9c6436fa007c89ce2880c9800d0093251760570

deps_builder: fix path separator in dpcpp patch

linux did not like it.

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

M	build_files/build_environment/patches/dpcpp.diff

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

diff --git a/build_files/build_environment/patches/dpcpp.diff b/build_files/build_environment/patches/dpcpp.diff
index 719c85ebb6a..8f54ab6c02e 100644
--- a/build_files/build_environment/patches/dpcpp.diff
+++ b/build_files/build_environment/patches/dpcpp.diff
@@ -17,8 +17,8 @@ diff -Naur external_dpcpp.orig/sycl/source/CMakeLists.txt external_dpcpp/sycl/so
          ${LIB_NAME} PRIVATE "-Wl,--version-script=${linker_script}")
      set_target_properties(${LIB_NAME} PROPERTIES LINK_DEPENDS ${linker_script})
 diff -Naur llvm-sycl-nightly-20220501.orig\opencl/CMakeLists.txt llvm-sycl-nightly-20220501\opencl/CMakeLists.txt
---- llvm-sycl-nightly-20220501.orig\opencl/CMakeLists.txt       2022-04-29 13:47:11 -0600
-+++ llvm-sycl-nightly-20220501\opencl/CMakeLists.txt    2022-05-21 15:25:06 -0600
+--- llvm-sycl-nightly-20220501.orig/opencl/CMakeLists.txt       2022-04-29 13:47:11 -0600
++++ llvm-sycl-nightly-20220501/opencl/CMakeLists.txt    2022-05-21 15:25:06 -0600
 @@ -11,6 +11,11 @@
    )
  endif()



More information about the Bf-blender-cvs mailing list