Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz
|
|
@ -3,6 +3,11 @@
|
|||||||
%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
|
||||||
@ -44,6 +49,9 @@ 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
|
||||||
@ -97,6 +105,7 @@ 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 \
|
||||||
@ -194,6 +203,18 @@ 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}
|
||||||
@ -290,46 +311,48 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
|
* Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
|
||||||
- Fix requirement error
|
- Fix requirement error
|
||||||
- Resolves: RHEL-888
|
- Resolves: RHEL-932
|
||||||
|
|
||||||
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
||||||
- Update to upstream release 1.15.0
|
- Update to upstream release 1.15.0
|
||||||
- Resolves: RHEL-888
|
- Resolves: RHEL-932
|
||||||
|
|
||||||
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
|
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
|
||||||
- Fix rpmdeps issue.
|
- Fix rpmdeps issue.
|
||||||
- Resolves: rhbz#2170369
|
- Resolves: rhbz#2170072
|
||||||
|
|
||||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
||||||
- Update to upstream release 1.14.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
|
- 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
|
- 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
|
* 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
|
||||||
- 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
|
- 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
|
* Thu May 27 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-2
|
||||||
- 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
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.0-2
|
* Mon Apr 26 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-rc1
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- 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
|
* Mon Nov 2 2020 Orion Poplawski <orion@nwra.com> - 1.9.0-1
|
||||||
- Update to 1.9.0
|
- Update to 1.9.0
|
||||||
|
Loading…
Reference in New Issue
Block a user