- Refresh openucx-s390x-support.patch due to API changes

OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=74
This commit is contained in:
Nicolas Morey 2025-02-20 06:38:45 +00:00 committed by Git OBS Bridge
parent 222004fc02
commit 145da08ae6
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
commit 7669fd84ccd294ebe36d4c5e1816f11c036ea9b6
commit ba1d7048df80ee535e01335992f70568e2f88c80
Author: Nicolas Morey <nmorey@suse.com>
Date: Wed Feb 19 16:46:33 2025 +0100
@ -278,10 +278,10 @@ index 000000000000..ce48ff1ff451
+#endif
diff --git src/ucs/arch/s390x/cpu.h src/ucs/arch/s390x/cpu.h
new file mode 100644
index 000000000000..0aee278010d2
index 000000000000..e1d41a0ef8b8
--- /dev/null
+++ src/ucs/arch/s390x/cpu.h
@@ -0,0 +1,84 @@
@@ -0,0 +1,86 @@
+/**
+* Copyright (C) Mellanox Technologies Ltd. 2001-2013. ALL RIGHTS RESERVED.
+* Copyright (C) ARM Ltd. 2016-2017. ALL RIGHTS RESERVED.
@ -347,7 +347,9 @@ index 000000000000..0aee278010d2
+{
+}
+
+static inline void *ucs_memcpy_relaxed(void *dst, const void *src, size_t len)
+static inline void *ucs_memcpy_relaxed(void *dst, const void *src, size_t len,
+ ucs_arch_memcpy_hint_t hint,
+ size_t total_len)
+{
+ return memcpy(dst, src, len);
+}

View File

@ -121,6 +121,7 @@ Wed Feb 19 15:47:23 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Packaging
- Improved dpkg-buildpackage sample command by explicitly adding mlx5 related arguments
- Delete UCS-TIME-Add-math.h-to-provide-INFINITY.patch which was merged upstream
- Refresh openucx-s390x-support.patch due to API changes
-------------------------------------------------------------------
Sat Sep 7 14:22:20 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>