summaryrefslogtreecommitdiff
path: root/dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-4.5.2-remove-clinfo.patch
blob: e466c14b2a08fb7c4d6ad0892236aae9474e58b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ruN ROCm-OpenCL-Runtime-rocm-4.5.2.old/CMakeLists.txt ROCm-OpenCL-Runtime-rocm-4.5.2/CMakeLists.txt
--- ROCm-OpenCL-Runtime-rocm-4.5.2.old/CMakeLists.txt	2021-09-27 18:33:06.000000000 +0200
+++ ROCm-OpenCL-Runtime-rocm-4.5.2/CMakeLists.txt	2021-12-15 19:04:23.315989714 +0100
@@ -14,7 +14,6 @@
 set(OPENCL_ICD_LOADER_HEADERS_DIR "${CMAKE_CURRENT_LIST_DIR}/khronos/headers/opencl2.2" CACHE PATH "")
 add_subdirectory(khronos/icd)
 add_subdirectory(amdocl)
-add_subdirectory(tools/clinfo)
 add_subdirectory(tools/cltrace)
 if(BUILD_TESTS)
   add_subdirectory(tests/ocltst)