[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: numactl: Remove unsupported system armhf-linux.
From: |
Andreas Enge |
Subject: |
01/02: gnu: numactl: Remove unsupported system armhf-linux. |
Date: |
Wed, 03 Feb 2016 20:07:16 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 35dfcdd753f7600a82c3a766a16e92ce1bcf2272
Author: Andreas Enge <address@hidden>
Date: Wed Feb 3 21:03:46 2016 +0100
gnu: numactl: Remove unsupported system armhf-linux.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf.
---
gnu/packages/linux.scm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a4fbb02..c643d12 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
-;;; Copyright © 2013, 2014, 2015 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Federico Beffa <address@hidden>
@@ -1415,6 +1415,9 @@ file system is as easy as logging into the server with an
SSH client.")
;; 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 "http://oss.sgi.com/projects/libnuma/")
(synopsis "Tools for non-uniform memory access (NUMA) machines")
(description