|
|
|
@ -3,6 +3,11 @@
|
|
|
|
|
%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
|
|
|
|
@ -11,8 +16,8 @@
|
|
|
|
|
%bcond_with vfs
|
|
|
|
|
|
|
|
|
|
Name: ucx
|
|
|
|
|
Version: 1.14.1
|
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
|
Version: 1.15.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: UCX is a communication library implementing high-performance messaging
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -44,6 +49,9 @@ BuildRequires: gdrcopy
|
|
|
|
|
%if %{with ib}
|
|
|
|
|
BuildRequires: libibverbs-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with ib_cm}
|
|
|
|
|
BuildRequires: libibcm-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with knem}
|
|
|
|
|
BuildRequires: knem
|
|
|
|
|
%endif
|
|
|
|
@ -97,6 +105,7 @@ 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 \
|
|
|
|
@ -194,6 +203,18 @@ 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}
|
|
|
|
@ -211,6 +232,7 @@ for large messages.
|
|
|
|
|
%if %{with rdmacm}
|
|
|
|
|
%package rdmacm
|
|
|
|
|
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Summary: UCX RDMA connection manager support
|
|
|
|
|
|
|
|
|
|
%description rdmacm
|
|
|
|
@ -287,40 +309,53 @@ library internals, protocol objects, transports status, and more.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.15.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
|
|
|
|
|
|
* Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
|
|
|
|
|
- Fix requirement error
|
|
|
|
|
- Resolves: RHEL-932
|
|
|
|
|
|
|
|
|
|
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
|
|
|
|
- Update to upstream release 1.15.0
|
|
|
|
|
- Resolves: RHEL-932
|
|
|
|
|
|
|
|
|
|
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
|
|
|
|
|
- Fix rpmdeps issue.
|
|
|
|
|
- Resolves: rhbz#2170369
|
|
|
|
|
- Resolves: rhbz#2170072
|
|
|
|
|
|
|
|
|
|
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
|
|
|
|
- Update to upstream release 1.14.1
|
|
|
|
|
- Resolves: rhbz#2170369
|
|
|
|
|
- Add gating tests
|
|
|
|
|
- Resolves: rhbz#2170072
|
|
|
|
|
|
|
|
|
|
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
|
|
|
|
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
|
|
|
|
|
- Update to upstream release 1.13.1
|
|
|
|
|
- Resolves: rhbz#2166780
|
|
|
|
|
- Resolves: rhbz#2112958
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
|
|
|
|
|
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
|
|
|
|
|
- Update to upstream release 1.13.0
|
|
|
|
|
- Resolves: rhbz#2049557
|
|
|
|
|
- Resolves: rhbz#2049529
|
|
|
|
|
|
|
|
|
|
* Thu Nov 18 2021 Honggang Li <honli@redhat.com> - 1.11.2-2
|
|
|
|
|
- TOOLS/INFO: Update help message for context features
|
|
|
|
|
- Related: rhbz#1991185
|
|
|
|
|
- Resolves: rhbz#1973959
|
|
|
|
|
|
|
|
|
|
* Mon Nov 01 2021 Honggang Li <honli@redhat.com> - 1.11.2-1
|
|
|
|
|
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 1.11.2-1
|
|
|
|
|
- Bump version to 1.11.2
|
|
|
|
|
- Related: rhbz#2015402
|
|
|
|
|
- Resolves: rhbz#1982204
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.1-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2021 Honggang Li <honli@redhat.com> - 1.10.1-2
|
|
|
|
|
* Thu May 27 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-2
|
|
|
|
|
- Bump version to 1.10.1
|
|
|
|
|
- Related: rhbz#1858571
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Apr 26 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-rc1
|
|
|
|
|
- Bump version to 1.10.1-rc1
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 11 2020 Yossi Itigin <yosefe@mellanox.com> 1.10.0-1
|
|
|
|
|
- Make the RPM relocatable
|
|
|
|
|
|
|
|
|
|
* Mon Nov 2 2020 Orion Poplawski <orion@nwra.com> - 1.9.0-1
|
|
|
|
|
- Update to 1.9.0
|
|
|
|
|