From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: openmpi: Add memchecker support Date: Sat, 17 May 2014 12:30:31 +0200 Message-ID: <87ppjc4rzs.fsf@gnu.org> References: <878uq17xvk.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]:41851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlbt2-0000uG-Pm for guix-devel@gnu.org; Sat, 17 May 2014 06:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wlbsx-00011N-0S for guix-devel@gnu.org; Sat, 17 May 2014 06:30:40 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlbsw-000116-Pw for guix-devel@gnu.org; Sat, 17 May 2014 06:30:34 -0400 In-Reply-To: <878uq17xvk.fsf@gmail.com> (Eric Bavier's message of "Sat, 17 May 2014 00:55:11 -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: > From 3aaab98e3b9a0b1b893dd5bc64e098136364e717 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Sat, 17 May 2014 00:02:44 -0500 > Subject: [PATCH 1/4] gnu: openmpi: Add memchecker support > > * gnu/packages/mpi.scm (openmpi) [inputs]: Add valgrind. > [arguments]: Add configure flags for memchecker. [...] > (native-inputs > `(("pkg-config" ,pkg-config))) > (propagated-inputs > - `(("gfortran" ,gfortran-4.8))) > + `(("gfortran" ,gfortran-4.8) > + ("valgrind" ,valgrind))) Why is Valgrind propagated? I would expect it to be used only in Open=C2=A0MPI=E2=80=99s test suite, no? (I also wonder why GFortran is propagated, probably overlooked it before.) Thanks, Ludo=E2=80=99.