Update to ucx 1.15

This commit is contained in:
Benson Muite 2023-12-24 14:13:03 +03:00
parent 77571ad8c8
commit 38579de2b5

View File

@ -11,8 +11,8 @@
%bcond_with vfs
Name: ucx
Version: 1.14.1
Release: 5%{?dist}
Version: 1.15.0
Release: 1%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
@ -101,11 +101,6 @@ Provides header files and examples for developing with UCX.
autoreconf -fiv
%build
# Fix incorrect declaration
# https://github.com/openucx/ucx/issues/9115
# https://github.com/openucx/ucx/commit/8d6032ec864190c9f079d96e731c5004a975e153
# can be removed for release 1.15
sed -i 's/unsigned advice)/uct_mem_advice_t advice)/g' src/uct/base/uct_md.c
%define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}
%define _enable_arg() %{expand:%%{?with_%{1}:--enable-%{2}}%%{!?with_%{1}:--disable-%{2}}}
@ -322,7 +317,10 @@ status, and more.
%endif
%changelog
* Sun Dec 23 2023 Benson Muite <benson_muite@emailplus.org> - 1.14.1-5
* Sun Dec 24 2023 Benson Muite <benson_muite@emailplus.org> - 1.15.0-1
- Upgrade to new release
* Sun Dec 24 2023 Benson Muite <benson_muite@emailplus.org> - 1.14.1-5
- Add patch to separate C and C++ flags from yselkowitz
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4