* [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/files/
@ 2022-04-25 21:48 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-04-25 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 9973e70ecafb4ef76c7cef8c74bbefe5375b7f34
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 25 17:48:02 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 21:45:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9973e70e
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 <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25198
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/intel-compute-runtime-21.31.20514-no_Werror.patch | 10 ----------
1 file changed, 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)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/files/
@ 2023-05-18 17:37 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-05-18 17:37 UTC (permalink / raw
To: gentoo-commits
commit: e34c2f1d5ab786468bd45bf638a5eea773c99460
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 17:32:55 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 18 17:32:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34c2f1d
dev-libs/intel-compute-runtime: drop unused patch
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...ntel-compute-runtime-23.05.25593.18-gcc13.patch | 237 ---------------------
1 file changed, 237 deletions(-)
diff --git a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-23.05.25593.18-gcc13.patch b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-23.05.25593.18-gcc13.patch
deleted file mode 100644
index 0e4b6d1cdb47..000000000000
--- a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-23.05.25593.18-gcc13.patch
+++ /dev/null
@@ -1,237 +0,0 @@
-From beaff2b7358706badc38743f012b5a6cd7823680 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= <fzatlouk@redhat.com>
-Date: Fri, 17 Feb 2023 17:53:57 +0100
-Subject: [PATCH] Include cstdint to fix GCC 13 build
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: František Zatloukal <fzatlouk@redhat.com>
----
- shared/offline_compiler/source/ocloc_concat.h | 3 ++-
- shared/source/ail/ail_configuration.h | 1 +
- shared/source/compiler_interface/external_functions.h | 1 +
- shared/source/device_binary_format/ar/ar_encoder.h | 3 ++-
- shared/source/os_interface/linux/drm_debug.h | 3 ++-
- shared/source/os_interface/linux/drm_neo.h | 1 +
- shared/source/os_interface/linux/pci_path.cpp | 3 ++-
- shared/source/os_interface/linux/pmt_util.cpp | 5 +++--
- shared/source/os_interface/linux/pmt_util.h | 3 ++-
- shared/source/os_interface/linux/print.cpp | 3 ++-
- shared/source/tbx/tbx_sockets.h | 3 ++-
- shared/source/tbx/tbx_sockets_imp.h | 3 ++-
- 12 files changed, 22 insertions(+), 10 deletions(-)
-
-diff --git a/shared/offline_compiler/source/ocloc_concat.h b/shared/offline_compiler/source/ocloc_concat.h
-index c53050b26bf..7a9c9ebdd4e 100644
---- a/shared/offline_compiler/source/ocloc_concat.h
-+++ b/shared/offline_compiler/source/ocloc_concat.h
-@@ -10,6 +10,7 @@
- #include "shared/source/utilities/arrayref.h"
- #include "shared/source/utilities/const_stringref.h"
-
-+#include <cstdint>
- #include <string>
- #include <vector>
-
-@@ -52,4 +53,4 @@ Usage: ocloc concat <fat binary> <fat binary> ... [-out <concatenated fat binary
- std::vector<std::string> fileNamesToConcat;
- std::string fatBinaryName = "concat.ar";
- };
--} // namespace NEO
-\ No newline at end of file
-+} // namespace NEO
-diff --git a/shared/source/ail/ail_configuration.h b/shared/source/ail/ail_configuration.h
-index 95381289d2f..0d8b349b495 100644
---- a/shared/source/ail/ail_configuration.h
-+++ b/shared/source/ail/ail_configuration.h
-@@ -9,6 +9,7 @@
-
- #include "igfxfmid.h"
-
-+#include <cstdint>
- #include <string>
-
- /*
-diff --git a/shared/source/compiler_interface/external_functions.h b/shared/source/compiler_interface/external_functions.h
-index 1dbe54296a8..61873b466c8 100644
---- a/shared/source/compiler_interface/external_functions.h
-+++ b/shared/source/compiler_interface/external_functions.h
-@@ -7,6 +7,7 @@
-
- #pragma once
-
-+#include <cstdint>
- #include <string>
- #include <unordered_map>
- #include <vector>
-diff --git a/shared/source/device_binary_format/ar/ar_encoder.h b/shared/source/device_binary_format/ar/ar_encoder.h
-index f30db2589be..5b3ec9dbb43 100644
---- a/shared/source/device_binary_format/ar/ar_encoder.h
-+++ b/shared/source/device_binary_format/ar/ar_encoder.h
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2020-2022 Intel Corporation
-+ * Copyright (C) 2020-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -11,6 +11,7 @@
- #include "shared/source/utilities/arrayref.h"
- #include "shared/source/utilities/const_stringref.h"
-
-+#include <cstdint>
- #include <vector>
-
- namespace NEO {
-diff --git a/shared/source/os_interface/linux/drm_debug.h b/shared/source/os_interface/linux/drm_debug.h
-index 8e5180cb665..a86f55f0c14 100644
---- a/shared/source/os_interface/linux/drm_debug.h
-+++ b/shared/source/os_interface/linux/drm_debug.h
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2022 Intel Corporation
-+ * Copyright (C) 2022-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -8,6 +8,7 @@
- #pragma once
-
- #include <array>
-+#include <cstdint>
- #include <string>
- #include <utility>
-
-diff --git a/shared/source/os_interface/linux/drm_neo.h b/shared/source/os_interface/linux/drm_neo.h
-index fd8ab8e61c8..fd9a2ab726f 100644
---- a/shared/source/os_interface/linux/drm_neo.h
-+++ b/shared/source/os_interface/linux/drm_neo.h
-@@ -18,6 +18,7 @@
- #include "igfxfmid.h"
-
- #include <array>
-+#include <cstdint>
- #include <limits>
- #include <memory>
- #include <mutex>
-diff --git a/shared/source/os_interface/linux/pci_path.cpp b/shared/source/os_interface/linux/pci_path.cpp
-index 04ade097a71..2f7f9800111 100644
---- a/shared/source/os_interface/linux/pci_path.cpp
-+++ b/shared/source/os_interface/linux/pci_path.cpp
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2021-2022 Intel Corporation
-+ * Copyright (C) 2021-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -9,6 +9,7 @@
-
- #include "shared/source/os_interface/linux/sys_calls.h"
-
-+#include <cstdint>
- #include <string_view>
- #include <unistd.h>
-
-diff --git a/shared/source/os_interface/linux/pmt_util.cpp b/shared/source/os_interface/linux/pmt_util.cpp
-index 7b20b671be4..a8004a0ff75 100644
---- a/shared/source/os_interface/linux/pmt_util.cpp
-+++ b/shared/source/os_interface/linux/pmt_util.cpp
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2021-2022 Intel Corporation
-+ * Copyright (C) 2021-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -14,6 +14,7 @@
-
- #include <algorithm>
- #include <array>
-+#include <cstdint>
- #include <fcntl.h>
- #include <map>
- #include <sstream>
-@@ -106,4 +107,4 @@ ssize_t PmtUtil::readTelem(std::string_view telemDir, const std::size_t count, c
- return bytesRead;
- }
-
--} // namespace NEO
-\ No newline at end of file
-+} // namespace NEO
-diff --git a/shared/source/os_interface/linux/pmt_util.h b/shared/source/os_interface/linux/pmt_util.h
-index 28ecad3f05c..374b4767185 100644
---- a/shared/source/os_interface/linux/pmt_util.h
-+++ b/shared/source/os_interface/linux/pmt_util.h
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2021-2022 Intel Corporation
-+ * Copyright (C) 2021-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -7,6 +7,7 @@
-
- #pragma once
-
-+#include <cstdint>
- #include <map>
- #include <poll.h>
- #include <string>
-diff --git a/shared/source/os_interface/linux/print.cpp b/shared/source/os_interface/linux/print.cpp
-index 9562bad72a9..1cd173560be 100644
---- a/shared/source/os_interface/linux/print.cpp
-+++ b/shared/source/os_interface/linux/print.cpp
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2018-2022 Intel Corporation
-+ * Copyright (C) 2018-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -7,6 +7,7 @@
-
- #include "shared/source/os_interface/print.h"
-
-+#include <cstdint>
- #include <cstdio>
- #include <iostream>
-
-diff --git a/shared/source/tbx/tbx_sockets.h b/shared/source/tbx/tbx_sockets.h
-index 9b7f7863f05..c00b1847bc2 100644
---- a/shared/source/tbx/tbx_sockets.h
-+++ b/shared/source/tbx/tbx_sockets.h
-@@ -1,11 +1,12 @@
- /*
-- * Copyright (C) 2018-2021 Intel Corporation
-+ * Copyright (C) 2018-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
- */
-
- #pragma once
-+#include <cstdint>
- #include <string>
-
- namespace NEO {
-diff --git a/shared/source/tbx/tbx_sockets_imp.h b/shared/source/tbx/tbx_sockets_imp.h
-index 738f26175b3..c8e2ac6f0ff 100644
---- a/shared/source/tbx/tbx_sockets_imp.h
-+++ b/shared/source/tbx/tbx_sockets_imp.h
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2018-2020 Intel Corporation
-+ * Copyright (C) 2018-2023 Intel Corporation
- *
- * SPDX-License-Identifier: MIT
- *
-@@ -10,6 +10,7 @@
-
- #include "os_socket.h"
-
-+#include <cstdint>
- #include <iostream>
-
- namespace NEO {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/files/
@ 2024-10-05 23:00 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-10-05 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 42bec202d7238b7e6e65931c207ab1b3e87d9985
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Oct 3 15:45:15 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 22:58:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bec202
dev-libs/intel-compute-runtime: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...-runtime-22.24.23453-remove-fortify-sources.patch | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.24.23453-remove-fortify-sources.patch b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.24.23453-remove-fortify-sources.patch
deleted file mode 100644
index dc0ab96dde0c..000000000000
--- a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.24.23453-remove-fortify-sources.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/compute-runtime-22.24.23453/CMakeLists.txt b/compute-runtime-22.24.23453/CMakeLists.txt
-index f227808..83075f9 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -702,7 +702,6 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
- else()
- if(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector-strong")
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -D_FORTIFY_SOURCE=2")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security")
- else()
- # gcc, g++ only
-@@ -711,7 +710,6 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
- else()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector-strong")
- endif()
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -D_FORTIFY_SOURCE=2")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security")
- set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -Wl,-z,noexecstack")
- set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -Wl,-z,relro")
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-05 23:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 23:00 Conrad Kostecki
2022-04-25 21:48 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox