guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency.
Date: Sun, 9 Dec 2018 18:28:23 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 72f95783f118a90e593e8c37922389ab199fdaeb
Author: Paul Garlick <address@hidden>
Date:   Wed Dec 5 20:06:00 2018 +0000

    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 <address@hidden>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e088869..96a1ecb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1775,7 +1775,7 @@ scientific applications modeled by partial differential 
equations.")
        ("mumps" ,mumps-openmpi)
        ("openmpi" ,openmpi)
        ("scalapack" ,scalapack)
-       ("scotch" ,pt-scotch)
+       ("scotch" ,pt-scotch32)
        ,@(package-inputs petsc)))
     (arguments
      (substitute-keyword-arguments (package-arguments petsc)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]