import ucx-1.13.1-2.el9
This commit is contained in:
parent
ece681a1c8
commit
4331ebca41
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ucx-1.13.0.tar.gz
|
SOURCES/ucx-1.13.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
00ea25329d1c4a22b7eca8bbd09d9d0a05ac6dfb SOURCES/ucx-1.13.0.tar.gz
|
c55b2f6525687ddf48385eed12b9dfae27167a96 SOURCES/ucx-1.13.1.tar.gz
|
||||||
|
@ -3,11 +3,6 @@
|
|||||||
%bcond_with cuda
|
%bcond_with cuda
|
||||||
%bcond_with gdrcopy
|
%bcond_with gdrcopy
|
||||||
%bcond_without ib
|
%bcond_without ib
|
||||||
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 7
|
|
||||||
%bcond_with ib_cm
|
|
||||||
%else
|
|
||||||
%bcond_without ib_cm
|
|
||||||
%endif
|
|
||||||
%bcond_with knem
|
%bcond_with knem
|
||||||
%bcond_without rdmacm
|
%bcond_without rdmacm
|
||||||
%bcond_with rocm
|
%bcond_with rocm
|
||||||
@ -16,8 +11,8 @@
|
|||||||
%bcond_with vfs
|
%bcond_with vfs
|
||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.13.0
|
Version: 1.13.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -49,9 +44,6 @@ BuildRequires: gdrcopy
|
|||||||
%if %{with ib}
|
%if %{with ib}
|
||||||
BuildRequires: libibverbs-devel
|
BuildRequires: libibverbs-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with ib_cm}
|
|
||||||
BuildRequires: libibcm-devel
|
|
||||||
%endif
|
|
||||||
%if %{with knem}
|
%if %{with knem}
|
||||||
BuildRequires: knem
|
BuildRequires: knem
|
||||||
%endif
|
%endif
|
||||||
@ -105,7 +97,6 @@ Provides header files and examples for developing with UCX.
|
|||||||
%_with_arg cuda cuda \
|
%_with_arg cuda cuda \
|
||||||
%_with_arg gdrcopy gdrcopy \
|
%_with_arg gdrcopy gdrcopy \
|
||||||
%_with_arg ib verbs \
|
%_with_arg ib verbs \
|
||||||
%_with_arg ib_cm cm \
|
|
||||||
%_with_arg knem knem \
|
%_with_arg knem knem \
|
||||||
%_with_arg rdmacm rdmacm \
|
%_with_arg rdmacm rdmacm \
|
||||||
%_with_arg rocm rocm \
|
%_with_arg rocm rocm \
|
||||||
@ -203,18 +194,6 @@ hardware-offloaded data transfer.
|
|||||||
%{_libdir}/ucx/libuct_ib.so.*
|
%{_libdir}/ucx/libuct_ib.so.*
|
||||||
%endif
|
%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}
|
%if %{with knem}
|
||||||
%package knem
|
%package knem
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -308,6 +287,10 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
|
||||||
- Update to upstream release 1.13.0
|
- Update to upstream release 1.13.0
|
||||||
- Resolves: rhbz#2049557
|
- Resolves: rhbz#2049557
|
||||||
|
Loading…
Reference in New Issue
Block a user