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 <ludo@gnu.org>
master
Paul Garlick 2017-09-01 17:19:48 +01:00 committed by Ludovic Courtès
parent 6bd1c41e87
commit c4d4a77923
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -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