summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-02-08 17:49:10 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-02-21 00:44:56 +0100
commit0bf30892b7442138ca6131e218b870375e877a46 (patch)
treeae27b8495ccd633d14087947e4c8c60a429430b0 /dev-libs/opencl-clang
parentsys-devel/autoconf-archive: add 2023.02.20 (diff)
downloadgentoo-0bf30892b7442138ca6131e218b870375e877a46.tar.gz
gentoo-0bf30892b7442138ca6131e218b870375e877a46.tar.bz2
gentoo-0bf30892b7442138ca6131e218b870375e877a46.zip
dev-libs/opencl-clang: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29489 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/opencl-clang')
-rw-r--r--dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch b/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch
deleted file mode 100644
index 1664960b6608..000000000000
--- a/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,7 +20,7 @@
- add_definitions(-DUSE_PREBUILT_LLVM)
-
- if(NOT PREFERRED_LLVM_VERSION)
-- set(PREFERRED_LLVM_VERSION "12.0.0")
-+ set(PREFERRED_LLVM_VERSION "13.0.0")
- endif(NOT PREFERRED_LLVM_VERSION)
- message(STATUS "Looking for LLVM version ${PREFERRED_LLVM_VERSION}")
- find_package(LLVM ${PREFERRED_LLVM_VERSION} REQUIRED)