This commit is contained in:
parent
10bad07ef9
commit
a2050db9bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/ucx-1.8.1-rc4.tar.gz
|
/ucx-1.8.1-rc4.tar.gz
|
||||||
/ucx-1.8.1.tar.gz
|
/ucx-1.8.1.tar.gz
|
||||||
/ucx-1.9.0.tar.gz
|
/ucx-1.9.0.tar.gz
|
||||||
|
/ucx-1.10.0-rc3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ucx-1.9.0.tar.gz) = 2e8507e9cbba9ea445efdf8be5b5128dfc76cce30111805e9f7a5618bbbbb77d2bb449b6ad5e415f086b3156b63128306671d3a906583248cde720edb4241c67
|
SHA512 (ucx-1.10.0-rc3.tar.gz) = 7cacb15e2cfd2ee2e3d5b115304bc2367f95bd4b3d9e691cf5390abbcf1ab3aab4355fd3a7baaead5a6da50ee233dabc134c553e64861f6094101369b5d7c9d4
|
||||||
|
8
ucx.spec
8
ucx.spec
@ -15,8 +15,8 @@
|
|||||||
%bcond_with xpmem
|
%bcond_with xpmem
|
||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 2%{?dist}
|
Release: rc3%{?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
|
||||||
@ -25,7 +25,7 @@ Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{v
|
|||||||
Patch: ucx-config.patch
|
Patch: ucx-config.patch
|
||||||
# This avoids a false positive from gcc-11 by making the problematic
|
# This avoids a false positive from gcc-11 by making the problematic
|
||||||
# pointer volatile rather than disabling the warning completely
|
# pointer volatile rather than disabling the warning completely
|
||||||
Patch1: %{name}-gcc11.patch
|
# Patch1: %{name}-gcc11.patch
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ Provides header files and examples for developing with UCX.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
# %patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}
|
%define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user