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>
This commit is contained in:
parent
6bd1c41e87
commit
c4d4a77923
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue