From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add superlu-dist package. Date: Sat, 17 May 2014 12:45:41 +0200 Message-ID: <87zjig3cq2.fsf@gnu.org> References: <874n0p7xq9.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]:43668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlc7g-0002d3-R0 for guix-devel@gnu.org; Sat, 17 May 2014 06:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wlc7b-0005IC-Mt for guix-devel@gnu.org; Sat, 17 May 2014 06:45:48 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlc7b-0005I8-Fj for guix-devel@gnu.org; Sat, 17 May 2014 06:45:43 -0400 In-Reply-To: <874n0p7xq9.fsf@gmail.com> (Eric Bavier's message of "Sat, 17 May 2014 00:58:22 -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 d288395409ba945ecd0c8533842283080e52bde3 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Sat, 17 May 2014 00:44:20 -0500 > Subject: [PATCH 4/4] gnu: Add superlu-dist package. > > * gnu/packages/maths.scm (superlu-dist): New variable. > * gnu/packages/patches/superlu-dist-scotchmetis.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. [...] > + (propagated-inputs > + `(("lapack" ,lapack) > + ("openmpi" ,openmpi) > + ("pt-scotch" ,pt-scotch))) Please add a comment saying why they need to be propagated (headers included?). OK to push with this change! Ludo=E2=80=99.