Disable libibverbs support on 32-bit ARM (#1484155)
This commit is contained in:
parent
fe4adc1292
commit
c733a4a7c5
11
hwloc.spec
11
hwloc.spec
@ -1,7 +1,7 @@
|
||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||
Name: hwloc
|
||||
Version: 1.11.5
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
URL: http://www.open-mpi.org/projects/hwloc/
|
||||
@ -19,11 +19,9 @@ BuildRequires: transfig doxygen w3m
|
||||
BuildRequires: texlive-latex texlive-makeindex
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: desktop-file-utils
|
||||
%ifnarch s390 s390x
|
||||
BuildRequires: libibverbs-devel
|
||||
%endif
|
||||
%ifnarch s390 s390x %{arm}
|
||||
BuildRequires: numactl-devel
|
||||
BuildRequires: libibverbs-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -44,7 +42,7 @@ about the hardware, bind processes, and much more.
|
||||
Summary: Headers and shared development libraries for hwloc
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%ifnarch s390 s390x
|
||||
%ifnarch s390 s390x %{arm}
|
||||
Requires: libibverbs-devel%{?_isa}
|
||||
%endif
|
||||
|
||||
@ -150,6 +148,9 @@ make check
|
||||
%{_libdir}/hwloc*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2017 Adam Williamson <awilliam@redhat.com> - 1.11.5-5
|
||||
- Disable libibverbs support on 32-bit ARM (#1484155)
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user