mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
7e4bc21509
commit
72f95783f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue