mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: numactl: Enable armhf-linux as a supported system.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
This commit is contained in:
parent
706af6dfd7
commit
094505d56c
1 changed files with 0 additions and 4 deletions
|
@ -3543,10 +3543,6 @@ (define-public numactl
|
|||
;; There's a 'test' target, but it requires NUMA support in the kernel
|
||||
;; to run, which we can't assume to have.
|
||||
#:tests? #f))
|
||||
|
||||
;; NUMA is apparently not supported on armhf, see
|
||||
;; http://www.spinics.net/lists/linux-numa/msg01157.html
|
||||
(supported-systems (delete "armhf-linux" %supported-systems))
|
||||
(home-page "https://github.com/numactl/numactl")
|
||||
(synopsis "Tools for non-uniform memory access (NUMA) machines")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue