mbox series

[bug#33545,0/2] Enable use of hypre via petsc

Message ID 1543434150-32152-1-git-send-email-pgarlick@tourbillion-technology.com
Headers show
Series Enable use of hypre via petsc | expand

Message

Paul Garlick Nov. 28, 2018, 7:42 p.m. UTC
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(-)

Comments

Ludovic Courtès Dec. 4, 2018, 10:13 a.m. UTC | #1
Hello,

Paul Garlick <pgarlick@tourbillion-technology.com> skribis:

> Paul Garlick (2):
>   gnu: petsc-openmpi: Configure with support for HYPRE preconditioner.
>   gnu: fenics: Skip extra demo in 'check' phase.

Applied both patches, thank you!

Ludo’.