Update to upstream release 1.13.1
Resolves: rhbz#2166780 Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
parent
48ece8c596
commit
0e1dfdea0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/ucx-1.10.1.tar.gz
|
||||
/ucx-1.11.2.tar.gz
|
||||
/ucx-1.13.0.tar.gz
|
||||
/ucx-1.13.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40
|
||||
SHA512 (ucx-1.13.1.tar.gz) = 4e06e039b4dabb8f8618f475eadfa7f40543c80d61f3e02a0b679998f4ff0f13e0d3ed6d87dd23a9f7323d72e59911b6fedd7160b1372bda68deb916440e9d9c
|
||||
|
29
ucx.spec
29
ucx.spec
@ -3,11 +3,6 @@
|
||||
%bcond_with cuda
|
||||
%bcond_with gdrcopy
|
||||
%bcond_without ib
|
||||
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 7
|
||||
%bcond_with ib_cm
|
||||
%else
|
||||
%bcond_without ib_cm
|
||||
%endif
|
||||
%bcond_with knem
|
||||
%bcond_without rdmacm
|
||||
%bcond_with rocm
|
||||
@ -16,8 +11,8 @@
|
||||
%bcond_with vfs
|
||||
|
||||
Name: ucx
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.13.1
|
||||
Release: 2%{?dist}
|
||||
Summary: UCX is a communication library implementing high-performance messaging
|
||||
|
||||
License: BSD
|
||||
@ -49,9 +44,6 @@ BuildRequires: gdrcopy
|
||||
%if %{with ib}
|
||||
BuildRequires: libibverbs-devel
|
||||
%endif
|
||||
%if %{with ib_cm}
|
||||
BuildRequires: libibcm-devel
|
||||
%endif
|
||||
%if %{with knem}
|
||||
BuildRequires: knem
|
||||
%endif
|
||||
@ -105,7 +97,6 @@ Provides header files and examples for developing with UCX.
|
||||
%_with_arg cuda cuda \
|
||||
%_with_arg gdrcopy gdrcopy \
|
||||
%_with_arg ib verbs \
|
||||
%_with_arg ib_cm cm \
|
||||
%_with_arg knem knem \
|
||||
%_with_arg rdmacm rdmacm \
|
||||
%_with_arg rocm rocm \
|
||||
@ -203,18 +194,6 @@ hardware-offloaded data transfer.
|
||||
%{_libdir}/ucx/libuct_ib.so.*
|
||||
%endif
|
||||
|
||||
%if %{with ib_cm}
|
||||
%package ib-cm
|
||||
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
||||
Summary: UCX InfiniBand connection-manager support
|
||||
|
||||
%description ib-cm
|
||||
Provides Infiniband Connection Manager (also known as ibcm) support for UCX.
|
||||
|
||||
%files ib-cm
|
||||
%{_libdir}/ucx/libuct_ib_cm.so.*
|
||||
%endif
|
||||
|
||||
%if %{with knem}
|
||||
%package knem
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -308,6 +287,10 @@ library internals, protocol objects, transports status, and more.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
|
||||
- Update to upstream release 1.13.1
|
||||
- Resolves: rhbz#2166780
|
||||
|
||||
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
|
||||
- Update to upstream release 1.13.0
|
||||
- Resolves: rhbz#2049557
|
||||
|
Loading…
Reference in New Issue
Block a user