Compare commits

...

No commits in common. "c8" and "c9-beta" have entirely different histories.
c8 ... c9-beta

3 changed files with 36 additions and 41 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ucx-1.13.1.tar.gz SOURCES/ucx-1.15.0.tar.gz

View File

@ -1 +1 @@
c55b2f6525687ddf48385eed12b9dfae27167a96 SOURCES/ucx-1.13.1.tar.gz 8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz

View File

@ -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,7 +11,7 @@
%bcond_with vfs %bcond_with vfs
Name: ucx Name: ucx
Version: 1.13.1 Version: 1.15.0
Release: 2%{?dist} Release: 2%{?dist}
Summary: UCX is a communication library implementing high-performance messaging Summary: UCX is a communication library implementing high-performance messaging
@ -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}
@ -231,6 +210,7 @@ for large messages.
%if %{with rdmacm} %if %{with rdmacm}
%package rdmacm %package rdmacm
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: UCX RDMA connection manager support Summary: UCX RDMA connection manager support
@ -308,33 +288,48 @@ library internals, protocol objects, transports status, and more.
%endif %endif
%changelog %changelog
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2 * Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
- Update to upstream release 1.13.1 - Fix requirement error
- Resolves: rhbz#2112958 - Resolves: RHEL-888
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1 * Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
- Update to upstream release 1.15.0
- Resolves: RHEL-888
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
- Fix rpmdeps issue.
- Resolves: rhbz#2170369
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
- Update to upstream release 1.14.1
- Resolves: rhbz#2170369
* 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 - Update to upstream release 1.13.0
- Resolves: rhbz#2049529 - Resolves: rhbz#2049557
* Thu Nov 18 2021 Honggang Li <honli@redhat.com> - 1.11.2-2 * Thu Nov 18 2021 Honggang Li <honli@redhat.com> - 1.11.2-2
- TOOLS/INFO: Update help message for context features - TOOLS/INFO: Update help message for context features
- Resolves: rhbz#1973959 - Related: rhbz#1991185
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 1.11.2-1 * Mon Nov 01 2021 Honggang Li <honli@redhat.com> - 1.11.2-1
- Bump version to 1.11.2 - Bump version to 1.11.2
- Resolves: rhbz#1982204 - Related: rhbz#2015402
* Thu May 27 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-2 * 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
- Bump version to 1.10.1 - Bump version to 1.10.1
- Related: rhbz#1858571
* Mon Apr 26 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-rc1 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.0-2
- Bump version to 1.10.1-rc1 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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 * Mon Nov 2 2020 Orion Poplawski <orion@nwra.com> - 1.9.0-1
- Update to 1.9.0 - Update to 1.9.0