This commit is contained in:
Yurii Shestakov 2021-02-17 13:52:20 +00:00
parent 10bad07ef9
commit a2050db9bc
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/ucx-1.8.1-rc4.tar.gz
/ucx-1.8.1.tar.gz
/ucx-1.9.0.tar.gz
/ucx-1.10.0-rc3.tar.gz

View File

@ -1 +1 @@
SHA512 (ucx-1.9.0.tar.gz) = 2e8507e9cbba9ea445efdf8be5b5128dfc76cce30111805e9f7a5618bbbbb77d2bb449b6ad5e415f086b3156b63128306671d3a906583248cde720edb4241c67
SHA512 (ucx-1.10.0-rc3.tar.gz) = 7cacb15e2cfd2ee2e3d5b115304bc2367f95bd4b3d9e691cf5390abbcf1ab3aab4355fd3a7baaead5a6da50ee233dabc134c553e64861f6094101369b5d7c9d4

View File

@ -15,8 +15,8 @@
%bcond_with xpmem
Name: ucx
Version: 1.9.0
Release: 2%{?dist}
Version: 1.10.0
Release: rc3%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
License: BSD
@ -25,7 +25,7 @@ Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{v
Patch: ucx-config.patch
# This avoids a false positive from gcc-11 by making the problematic
# pointer volatile rather than disabling the warning completely
Patch1: %{name}-gcc11.patch
# Patch1: %{name}-gcc11.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -93,7 +93,7 @@ Provides header files and examples for developing with UCX.
%prep
%setup -q
%patch -p1
%patch1 -p1
# %patch1 -p1
%build
%define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}