commit:     f93d03d98f180b72015d8e5192d796c91693c406
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Nov 20 16:48:47 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:06:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93d03d9

dev-libs/oneDNN: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/oneDNN/files/oneDNN-3.3.3-include-cstdint.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-libs/oneDNN/files/oneDNN-3.3.3-include-cstdint.patch 
b/dev-libs/oneDNN/files/oneDNN-3.3.3-include-cstdint.patch
deleted file mode 100644
index 024c1350340e..000000000000
--- a/dev-libs/oneDNN/files/oneDNN-3.3.3-include-cstdint.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix for dims.hpp:25:28: error: int64_t was not declared in this scope
-Bug: https://bugs.gentoo.org/922778
-Upstream fix: https://github.com/oneapi-src/oneDNN/pull/1792
---- a/tests/benchdnn/utils/dims.hpp
-+++ b/tests/benchdnn/utils/dims.hpp
-@@ -18,6 +18,7 @@
- #define UTILS_DIMS_T_HPP
- 
- #include <cassert>
-+#include <cstdint>
- #include <iostream>
- #include <string>
- #include <vector>

Reply via email to