From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Update numactl Date: Sat, 17 Oct 2015 23:18:25 +0200 Message-ID: <20151017211825.GA20502@debian> References: <20151017194917.GA28893@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnYs6-0004Wm-HH for guix-devel@gnu.org; Sat, 17 Oct 2015 17:18:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnYs3-00087R-B8 for guix-devel@gnu.org; Sat, 17 Oct 2015 17:18:34 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:52275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnYs3-00084X-38 for guix-devel@gnu.org; Sat, 17 Oct 2015 17:18:31 -0400 Content-Disposition: inline In-Reply-To: <20151017194917.GA28893@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On Sat, Oct 17, 2015 at 09:49:17PM +0200, Andreas Enge wrote: > The attached patch updates numactl. My secret hope is that it will now build > on arm (together with potentially 15 dependent packages). I successfully > compiled hwloc with it. It does not build on arm. On debian, hwloc does not depend on libnuma on the armel and armhf architectures: https://packages.debian.org/jessie/libhwloc5 So maybe we could make it an input only for non-arm architectures? Andreas