From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS5kk-0007SG-Be for guix-patches@gnu.org; Wed, 28 Nov 2018 14:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS5kh-0005za-8a for guix-patches@gnu.org; Wed, 28 Nov 2018 14:44:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS5kh-0005zL-4v for guix-patches@gnu.org; Wed, 28 Nov 2018 14:44:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS5kh-0007BW-10 for guix-patches@gnu.org; Wed, 28 Nov 2018 14:44:03 -0500 Subject: [bug#33545] [PATCH 0/2] Enable use of hypre via petsc Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS5kU-0007IY-8F for guix-patches@gnu.org; Wed, 28 Nov 2018 14:43:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS5kQ-0005aa-2b for guix-patches@gnu.org; Wed, 28 Nov 2018 14:43:50 -0500 Received: from smtp.hosts.co.uk ([85.233.160.19]:14156) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS5kO-0005Rc-1q for guix-patches@gnu.org; Wed, 28 Nov 2018 14:43:44 -0500 From: Paul Garlick Date: Wed, 28 Nov 2018 19:42:30 +0000 Message-Id: <1543434150-32152-1-git-send-email-pgarlick@tourbillion-technology.com> 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: 33545@debbugs.gnu.org Cc: Paul Garlick Hi Guix, These two patches enable the HYPRE preconditioners to be used by packages that use PETSc, such as FEniCS. The first patch adds the necessary configure flag for petsc-openmpi. The second patch is needed to ensure that the check phase of the fenics build continues to succeed. Best regards, Paul. Paul Garlick (2): gnu: petsc-openmpi: Configure with support for HYPRE preconditioner. gnu: fenics: Skip extra demo in 'check' phase. gnu/packages/maths.scm | 4 +++- gnu/packages/simulation.scm | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) -- 1.8.3.1