gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency.

* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Replace pt-scotch
with pt-scotch32 in order to prevent 'incompatible pointer' warnings
being generated in the 'build' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Paul Garlick 2018-12-05 20:06:00 +00:00 committed by Ludovic Courtès
parent 7e4bc21509
commit 72f95783f1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1775,7 +1775,7 @@ (define-public petsc-openmpi
("mumps" ,mumps-openmpi)
("openmpi" ,openmpi)
("scalapack" ,scalapack)
("scotch" ,pt-scotch)
("scotch" ,pt-scotch32)
,@(package-inputs petsc)))
(arguments
(substitute-keyword-arguments (package-arguments petsc)