From 013ef7ebea9c1d30f59c4568f09ca89ce8672fbe Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 22 Jun 2020 11:30:59 +0800 Subject: onednn: upgrade 1.4 -> 1.5 Remove patches that have been merged upstream. Signed-off-by: Anuj Mittal --- ...ists.txt-fix-FindOpenCL.cmake-source-path.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-core/dnn/files/0001-src-CMakeLists.txt-fix-FindOpenCL.cmake-source-path.patch (limited to 'dynamic-layers/clang-layer/recipes-core/dnn/files/0001-src-CMakeLists.txt-fix-FindOpenCL.cmake-source-path.patch') diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/files/0001-src-CMakeLists.txt-fix-FindOpenCL.cmake-source-path.patch b/dynamic-layers/clang-layer/recipes-core/dnn/files/0001-src-CMakeLists.txt-fix-FindOpenCL.cmake-source-path.patch deleted file mode 100644 index aee0934a..00000000 --- a/dynamic-layers/clang-layer/recipes-core/dnn/files/0001-src-CMakeLists.txt-fix-FindOpenCL.cmake-source-path.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 89ebbee73ff0af48eaaec63335b749a176a317bb Mon Sep 17 00:00:00 2001 -From: Anuj Mittal -Date: Tue, 21 Apr 2020 09:18:09 +0800 -Subject: [PATCH 1/2] src/CMakeLists.txt: fix FindOpenCL.cmake source path - -The existing logic doesn't work when DESTDIR is being passed to cmake. -The file is installed in DESTDIR/CMAKE_INSTALL_PREFIX/libdir while we're -trying to copy it from CMAKE_INSTALL_PREFIX/libdir. - -Use the file from source tree instead. - -Upstream-Status: Submitted - -Signed-off-by: Anuj Mittal ---- - src/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 88e318923..0c99fefae 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -203,7 +203,7 @@ if(DNNL_GPU_RUNTIME STREQUAL "OCL") - install(FILES - "../cmake/FindOpenCL.cmake" - DESTINATION ${LIB_CONFIG_INSTALL_DIR}) -- install(FILES "${CMAKE_INSTALL_PREFIX}/${LIB_CONFIG_INSTALL_DIR}/FindOpenCL.cmake" -+ install(FILES "../cmake/FindOpenCL.cmake" - DESTINATION ${LIB_CONFIG_INSTALL_DIR_COMPAT}) - endif() - --- -2.25.3 - -- cgit v1.2.3-54-g00ecf