guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: pt-scotch32: use keyword arguments from "scotch32"


From: Ludovic Courtès
Subject: 01/03: gnu: pt-scotch32: use keyword arguments from "scotch32"
Date: Mon, 4 Sep 2017 09:24:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c4d4a779238b4a0284f5d835cf03ed5baf28d34c
Author: Paul Garlick <address@hidden>
Date:   Fri Sep 1 17:19:48 2017 +0100

    gnu: pt-scotch32: use keyword arguments from "scotch32"
    
    *gnu/packages/maths.scm (pt-scotch32) [arguments]: substitute keyword
    arguments from "scotch32" package, ensuring that the INTSIZE32 macro is
    set
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bebed14..d48c31f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2115,9 +2115,9 @@ YACC = bison -pscotchyy -y -b y
     (propagated-inputs
      `(("openmpi" ,openmpi)))                     ;headers include MPI headers
     (arguments
-     (substitute-keyword-arguments (package-arguments scotch)
-       ((#:phases scotch-phases)
-        `(modify-phases ,scotch-phases
+     (substitute-keyword-arguments (package-arguments scotch32)
+       ((#:phases scotch32-phases)
+        `(modify-phases ,scotch32-phases
            (replace 'build
              (lambda _
                (and



reply via email to

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