Bump version to 1.5.1

See NEWS for details
This commit is contained in:
Andrey Maslennikov 2019-04-02 04:57:07 +00:00
parent 2b3521e048
commit 0d580f409c
3 changed files with 26 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/ucx-1.2.2.tar.gz /ucx-1.2.2.tar.gz
/ucx-1.3.1.tar.gz /ucx-1.3.1.tar.gz
/ucx-1.4.0.tar.gz /ucx-1.4.0.tar.gz
/ucx-1.5.1.tar.gz

View File

@ -1 +1 @@
SHA512 (ucx-1.4.0.tar.gz) = ac8073695c63555b8c09fa2fce157489ec52185c334470998bde11b2ef31d774f5dae360845359880f93ee308baa63b69dd9341187778c3134f2d56167f84cb8 SHA512 (ucx-1.5.1.tar.gz) = d300bfa1bed644cdfe03ac2bc8bb59a4d027c9f0bdac06d3d4ba67ab11acde278f5438b317749bb81d6fb4facc6a88f64c75f0ed8d2959740fc80ca163673d0f

View File

@ -1,13 +1,15 @@
%{!?configure_options: %global configure_options %{nil}} %{!?configure_options: %global configure_options %{nil}}
Name: ucx Name: ucx
Version: 1.4.0 Version: 1.5.1
Release: 2%{?dist} Release: 1%{?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
URL: http://www.openucx.org URL: http://www.openucx.org
Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{version}.tar.gz Source: https://github.com/openucx/%{name}/releases/download/v1.5.1/ucx-1.5.1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
# UCX currently supports only the following architectures # UCX currently supports only the following architectures
ExclusiveArch: aarch64 ppc64le x86_64 ExclusiveArch: aarch64 ppc64le x86_64
@ -16,12 +18,14 @@ BuildRequires: numactl-devel libibverbs-devel
BuildRequires: automake autoconf libtool gcc-c++ BuildRequires: automake autoconf libtool gcc-c++
%description %description
UCX stands for Unified Communication X. It requires either RDMA-capable device UCX stands for Unified Communication X. UCX provides an optimized communication
(InfiniBand, RoCE, etc), Cray Gemini or Aries, for inter-node communication. layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric
Future versions will support also TCP for inter-node, to lift that hardware applications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE,
dependency. etc), Cray Gemini or Aries, for inter-node communication. If no such network is
In addition, the library can be used for intra-node communication by leveraging available, TCP is used instead. UCX supports efficient transfer of data in
the following shared memory mechanisms: posix. sysv, cma, knem, xpmem. either main memory (RAM) or GPU memory (through CUDA and ROCm libraries).
In addition, UCX provides efficient intra-node communication, by leveraging the
following shared memory mechanisms: posix, sysv, cma, knem, and xpmem.
%package devel %package devel
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -59,6 +63,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_datadir}/ucx %{_datadir}/ucx
%exclude %{_datadir}/ucx/examples %exclude %{_datadir}/ucx/examples
%doc README AUTHORS NEWS %doc README AUTHORS NEWS
%{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%files devel %files devel
@ -70,26 +75,25 @@ rm -f %{buildroot}%{_libdir}/*.la
%files static %files static
%{_libdir}/lib*.a %{_libdir}/lib*.a
%ldconfig_scriptlets %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog %changelog
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 * Sat Mar 23 2019 Yossi Itigin <yosefe@mellanox.com> 1.5.1-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Bump version to 1.5.1
- See NEWS for details
* Thu Nov 1 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.4.0-1 * Tue Nov 6 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.5.0-1
- Update to 1.4.0 - Bump version to 1.5.0
- See NEWS for details
* Tue Oct 30 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.4.0-1
- See NEWS for details
* Mon Aug 20 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.1-1 * Mon Aug 20 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.1-1
- See NEWS for details - See NEWS for details
* Thu Aug 16 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1 * Thu Aug 16 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
- Explicitly set gcc-c++ as requirements - Explicitly set gcc-c++ as requirements
* Wed Mar 7 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1 * Wed Mar 7 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
- See NEWS for details - See NEWS for details
* Mon Aug 21 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.1-1 * Mon Aug 21 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.1-1
- Spec file now complies with Fedora guidelines - Spec file now complies with Fedora guidelines
* Mon Jul 3 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.0-1 * Mon Jul 3 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.0-1
- Fedora package created - Fedora package created