[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: numactl: Enable armhf-linux as a supported system.
From: |
guix-commits |
Subject: |
09/09: gnu: numactl: Enable armhf-linux as a supported system. |
Date: |
Tue, 12 Jul 2022 10:41:49 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 094505d56cf1b61962671fff9e14ef2c21076242
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 12 17:19:23 2022 +0300
gnu: numactl: Enable armhf-linux as a supported system.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
---
gnu/packages/linux.scm | 4 ----
1 file changed, 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
- branch master updated (9173cb522d -> 094505d56c), guix-commits, 2022/07/12
- 09/09: gnu: numactl: Enable armhf-linux as a supported system.,
guix-commits <=
- 08/09: gnu: numactl: Fix building on riscv64-linux., guix-commits, 2022/07/12
- 06/09: gnu: bcachefs-tools: Enable tests., guix-commits, 2022/07/12
- 05/09: gnu: bcachefs-tools: Only build with valgrind on supported systems., guix-commits, 2022/07/12
- 03/09: gnu: python-tornado-6: Adjust test timeout., guix-commits, 2022/07/12
- 02/09: gnu: python-tornado-6: Honor tests flag., guix-commits, 2022/07/12
- 07/09: gnu: libratbag: Only build with valgrind on supported systems., guix-commits, 2022/07/12
- 04/09: gnu: sbcl: Fix building on armhf-linux., guix-commits, 2022/07/12
- 01/09: gnu: python-attrs: Remove test deadlines on riscv64-linux., guix-commits, 2022/07/12