diff options
author | 2024-11-20 17:48:47 +0100 | |
---|---|---|
committer | 2024-11-22 20:06:12 +0100 | |
commit | f93d03d98f180b72015d8e5192d796c91693c406 (patch) | |
tree | 788b78703492e72da62c1b9d46191769667d7686 /dev-libs | |
parent | www-client/vivaldi: Drop old 7.0.3495.10 (diff) | |
download | gentoo-f93d03d98f180b72015d8e5192d796c91693c406.tar.gz gentoo-f93d03d98f180b72015d8e5192d796c91693c406.tar.bz2 gentoo-f93d03d98f180b72015d8e5192d796c91693c406.zip |
dev-libs/oneDNN: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/oneDNN/files/oneDNN-3.3.3-include-cstdint.patch | 13 |
1 files changed, 0 insertions, 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> |