From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53477) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBkam-0004Xi-Fk for guix-patches@gnu.org; Tue, 10 Mar 2020 15:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBkal-0000Mx-Di for guix-patches@gnu.org; Tue, 10 Mar 2020 15:31:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47396) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBkak-0000KC-EW for guix-patches@gnu.org; Tue, 10 Mar 2020 15:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBkak-0002Ah-B6 for guix-patches@gnu.org; Tue, 10 Mar 2020 15:31:02 -0400 Subject: [bug#39862] [PATCH v2 0/6] Update Dune finite element packages Resent-Message-ID: From: Felix Gruber Date: Tue, 10 Mar 2020 20:29:04 +0100 Message-Id: <20200310192910.6251-1-felgru@posteo.net> In-Reply-To: <5e890189-d5f7-a646-fe37-1f93115d17f9@posteo.net> References: <5e890189-d5f7-a646-fe37-1f93115d17f9@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39862@debbugs.gnu.org Cc: Felix Gruber , zimoun 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 gnu: dune-*: remove openmpi dependency gnu: define dune-*-openmpi packages gnu/packages/maths.scm | 285 +++++++++++++++++++++++++---------------- 1 file changed, 172 insertions(+), 113 deletions(-) -- 2.25.1