From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42656) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCLMl-0003C3-Cs for guix-patches@gnu.org; Thu, 12 Mar 2020 06:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCLMk-0002h8-FS for guix-patches@gnu.org; Thu, 12 Mar 2020 06:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCLMk-0002gS-BY for guix-patches@gnu.org; Thu, 12 Mar 2020 06:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCLMk-0004Kz-8E for guix-patches@gnu.org; Thu, 12 Mar 2020 06:47:02 -0400 Subject: [bug#39862] [PATCH v2 0/6] Update Dune finite element packages Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5e890189-d5f7-a646-fe37-1f93115d17f9@posteo.net> <20200310192910.6251-1-felgru@posteo.net> Date: Thu, 12 Mar 2020 11:46:08 +0100 In-Reply-To: <20200310192910.6251-1-felgru@posteo.net> (Felix Gruber's message of "Tue, 10 Mar 2020 20:29:04 +0100") Message-ID: <87v9n9vojz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Felix Gruber Cc: zimoun , 39862@debbugs.gnu.org Hi Felix, Felix Gruber skribis: > The first four patches in this patch set are identical to v1. I've added > two new patches that remove the openmpi dependency from all dune-* > packages and add new dedicated dune-*-openmpi packages instead. > To create these openmpi variants of the dune-* packages without a lot of > duplication, I've added a helper function add-openmpi-to-dune-package > that takes a dune-* package and returns its openmpi variant with the > correct dependencies and the setup code necessary to make Dune's tests > work with openmpi. > > Felix Gruber (6): > gnu: dune-*: set up MPI for tests > gnu: add dune-uggrid 2.6.0 > gnu: Add dune-subgrid > gnu: dune-istl: Build with suitesparse I applied all these. > gnu: dune-*: remove openmpi dependency > gnu: define dune-*-openmpi packages I=E2=80=99ll comment on these separately. Thank you! Ludo=E2=80=99.