Accepting request 561982 from home:matwey:branches:Base:System
- Disable building at 32-bit ARM. NUMA is not supported by 32-bit ARM Linux Kernel, so build failed with #error "Add syscalls for your architecture or update kernel headers" OBS-URL: https://build.opensuse.org/request/show/561982 OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=66
This commit is contained in:
parent
e553252e96
commit
d91aceb631
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 15:32:35 UTC 2018 - matwey.kornilov@gmail.com
|
||||
|
||||
- Disable building at 32-bit ARM.
|
||||
NUMA is not supported by 32-bit ARM Linux Kernel, so build failed
|
||||
with
|
||||
|
||||
#error "Add syscalls for your architecture or update kernel headers"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 07 12:49:19 UTC 2017 - fschnizlein@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package numactl
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,6 +37,7 @@ BuildRequires: libtool
|
||||
%endif
|
||||
Requires: perl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: %arm
|
||||
|
||||
%description
|
||||
Control NUMA policy for individual processes. Offer libnuma for
|
||||
|
Loading…
Reference in New Issue
Block a user