From d5fd8e1482950f0684ea9c4ba6ee582a8b4f5910 Mon Sep 17 00:00:00 2001 From: Yurii Shestakov Date: Mon, 26 Apr 2021 17:50:11 +0000 Subject: [PATCH] Bump version to 1.10.1-rc1 --- .gitignore | 2 ++ sources | 2 +- ucx.spec | 18 ++++++++++++------ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d6d3d8c..096bb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /ucx-1.9.0.tar.gz /ucx-1.10.0-rc3.tar.gz /ucx-1.10.0.tar.gz +/ucx-1.10.1-rc1.tar.gz +/ucx-1.10.1.tar.gz diff --git a/sources b/sources index 1251f26..86a316f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.10.0.tar.gz) = eac08144f551ad56f43070668801067806e0cf067a8170e27cf318d754001922941145efee780f9045b591277cc4d7371a5c94ffce79f23b5f95c13c01e74262 +SHA512 (ucx-1.10.1.tar.gz) = 54375650130e96a7a83bbcc90638a995fb46ba7f6765c48c4c96ea75d75890cbf16bc510c737ee2db010ce163418458b1a0675849ed724bcf8c006c84befcbc0 diff --git a/ucx.spec b/ucx.spec index 9022152..4f66745 100644 --- a/ucx.spec +++ b/ucx.spec @@ -15,14 +15,16 @@ %bcond_with xpmem Name: ucx -Version: 1.10.0 +Version: 1.10.1 Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD URL: http://www.openucx.org -Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{version}.tar.gz -Patch: ucx-config.patch +Source: https://github.com/openucx/%{name}/releases/download/v1.10.1-rc1/ucx-1.10.1.tar.gz + +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Prefix: %{_prefix} # UCX currently supports only the following architectures ExclusiveArch: aarch64 ppc64le x86_64 @@ -31,7 +33,6 @@ ExclusiveArch: aarch64 ppc64le x86_64 Requires: %{?extra_deps} %endif -BuildRequires: make BuildRequires: automake autoconf libtool gcc-c++ %if "%{_vendor}" == "suse" BuildRequires: libnuma-devel @@ -72,6 +73,7 @@ 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. The acronym UCX stands for "Unified Communication X". + This package was built from '' branch, commit c334359. %if "%{_vendor}" == "suse" @@ -87,7 +89,6 @@ Provides header files and examples for developing with UCX. %prep %setup -q -%patch -p1 %build %define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}} @@ -97,7 +98,6 @@ Provides header files and examples for developing with UCX. --disable-debug \ --disable-assertions \ --disable-params-check \ - --enable-examples \ --without-java \ %_enable_arg cma cma \ %_with_arg cuda cuda \ @@ -289,9 +289,15 @@ process to map the memory of another process into its virtual address space. %changelog +* Mon Apr 26 2021 Yurii Shestakov 1.10.1-rc1 +- Bump version to 1.10.1-rc1 + * Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Wed Nov 11 2020 Yossi Itigin 1.10.0-1 +- Make the RPM relocatable + * Mon Nov 2 2020 Orion Poplawski - 1.9.0-1 - Update to 1.9.0