summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-07-12 17:19:23 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-07-12 17:39:57 +0300
commit094505d56cf1b61962671fff9e14ef2c21076242 (patch)
treee779bcb8ec5342a749c2d70a3732eab2d6c3b861 /gnu
parent706af6dfd7e1a744768d5ec613f8765c0c6d0b6f (diff)
downloadguix-patches-094505d56cf1b61962671fff9e14ef2c21076242.tar
guix-patches-094505d56cf1b61962671fff9e14ef2c21076242.tar.gz
gnu: numactl: Enable armhf-linux as a supported system.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f9ec702c23..c0d3b2e8b5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3543,10 +3543,6 @@ compressed, transparent to other programs, without decompressing them.")
;; 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