summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-04-25 19:48:02 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-04-25 23:45:31 +0200
commit9973e70ecafb4ef76c7cef8c74bbefe5375b7f34 (patch)
tree25714ddcb030e1aa0e427792327b096ac5903c1a /dev-libs/intel-compute-runtime
parentdev-lang/julia: remove unused patch (diff)
downloadgentoo-9973e70ecafb4ef76c7cef8c74bbefe5375b7f34.tar.gz
gentoo-9973e70ecafb4ef76c7cef8c74bbefe5375b7f34.tar.bz2
gentoo-9973e70ecafb4ef76c7cef8c74bbefe5375b7f34.zip
dev-libs/intel-compute-runtime: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25198 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/intel-compute-runtime')
-rw-r--r--dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch
deleted file mode 100644
index bd77b7c4e9ab..000000000000
--- a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -868,7 +868,6 @@
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added for gtest
- endif()
- endif()
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
-
- if(USE_SANITIZE_UB)
- check_cxx_compiler_flag(-fsanitize=undefined COMPILER_SUPPORTS_UNDEFINED_BEHAVIOR_SANITIZER)