From c4d4a779238b4a0284f5d835cf03ed5baf28d34c Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 1 Sep 2017 17:19:48 +0100 Subject: [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *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 --- 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 bebed14b52..d48c31f5e3 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