diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-24 23:16:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-01 10:52:42 +0100 |
commit | dc86f4599f56905af924f7b770abb3e1d4c65bcd (patch) | |
tree | 6fbb3b2d72a182485b8ae2f32d6a13df6fdff306 /dev-libs/rocm-opencl-runtime/files | |
parent | profiles: Mask sys-devel/llvm-roc and dev-util/rocm-clang-ocl for removal (diff) | |
download | gentoo-dc86f4599f56905af924f7b770abb3e1d4c65bcd.tar.gz gentoo-dc86f4599f56905af924f7b770abb3e1d4c65bcd.tar.bz2 gentoo-dc86f4599f56905af924f7b770abb3e1d4c65bcd.zip |
dev-libs/rocm-opencl-runtime: drop 5.0.2-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/rocm-opencl-runtime/files')
-rw-r--r-- | dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-4.5.2-remove-clinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-4.5.2-remove-clinfo.patch b/dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-4.5.2-remove-clinfo.patch deleted file mode 100644 index e466c14b2a08..000000000000 --- a/dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-4.5.2-remove-clinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ -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) |