Remove remaining gcc13 patch

OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=59
This commit is contained in:
Nicolas Morey 2023-03-30 16:49:05 +00:00 committed by Git OBS Bridge
parent b714ee86f4
commit a42d04ee36
2 changed files with 0 additions and 24 deletions

View File

@ -1,23 +0,0 @@
From 8f70e898b43d1bde1ff3fae56bf0ac5aac285997 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Fri, 9 Sep 2022 11:35:03 +0100
Subject: [PATCH] TEST/SOCKADDR: Add missing <cstdint> include for GCC 13
Closes: https://github.com/openucx/ucx/issues/8347
Signed-off-by: Sam James <sam@gentoo.org>
---
test/apps/sockaddr/sa_util.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/apps/sockaddr/sa_util.h b/test/apps/sockaddr/sa_util.h
index 90c9649443f..c77ccc9a849 100644
--- a/test/apps/sockaddr/sa_util.h
+++ b/test/apps/sockaddr/sa_util.h
@@ -7,6 +7,7 @@
#ifndef SA_UTIL_H_
#define SA_UTIL_H_
+#include <cstdint>
#include <iostream>
#include <sstream>
#include <string>

View File

@ -45,7 +45,6 @@ Mon Mar 20 09:00:27 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
- UCS-DEBUG-replace-PTR-with-void.patch
- gcc13-fix.patch
- Refresh openucx-s390x-support.patch
- Add gcc13-fix.patch for GCC13 support
-------------------------------------------------------------------
Mon Mar 6 12:18:52 UTC 2023 - Martin Liška <mliska@suse.cz>