From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: openmpi: Use our hwloc. Date: Mon, 12 May 2014 23:57:22 +0200 Message-ID: <871tvyace5.fsf@gnu.org> References: <87d2fi4qo8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjyDz-0007I9-8x for guix-devel@gnu.org; Mon, 12 May 2014 17:57:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjyDt-0002KL-CL for guix-devel@gnu.org; Mon, 12 May 2014 17:57:30 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:46051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjyDs-0002KH-R1 for guix-devel@gnu.org; Mon, 12 May 2014 17:57:25 -0400 In-Reply-To: <87d2fi4qo8.fsf@gmail.com> (Eric Bavier's message of "Mon, 12 May 2014 16:45:27 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > The attached patch should allow openmpi to build for i686 (i.e. it was > able to build on my machine for --system=3Di686-linux). > > > From f6c7613f1995a760a3f0f1da35d0135d55c932e0 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 12 May 2014 16:43:04 -0500 > Subject: [PATCH] gnu: openmpi: Use our hwloc. > > * gnu/packages/mpi.scm (hwloc): Propagate numactl. > (openmpi)[inputs]: Add hwloc. > [native-inputs]: Add pkg-config. > [argument]: Add hwloc configure flags. Looks good to me! Ludo=E2=80=99.