Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/ucx.git#b2abd7dde9ff6b40ae297887ce93336ac42a3ee1
This commit is contained in:
DistroBaker 2020-10-30 03:17:17 +01:00
parent 0b8bd19661
commit 787bd09f6e
1 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@
Name: ucx
Version: 1.8.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
License: BSD
@ -91,6 +91,9 @@ Provides header files and examples for developing with UCX.
%patch -p1
%build
# gcc-11 emits a diagnostic for some fishy casting. The code is probably OK.
# Disable the diagnostic for now
export CFLAGS="$RPM_OPT_FLAGS -Wno-array-bounds"
%define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}
%define _enable_arg() %{expand:%%{?with_%{1}:--enable-%{2}}%%{!?with_%{1}:--disable-%{2}}}
%configure --disable-optimizations \
@ -289,6 +292,9 @@ process to map the memory of another process into its virtual address space.
%changelog
* Thu Oct 29 2020 Jeff Law <law@redhat.com> 1.8.1-4
- Disable -Warray-bounds diagnostics for gcc-11
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild