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
|
(propagated-inputs
|
||||||
`(("openmpi" ,openmpi))) ;headers include MPI headers
|
`(("openmpi" ,openmpi))) ;headers include MPI headers
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments scotch)
|
(substitute-keyword-arguments (package-arguments scotch32)
|
||||||
((#:phases scotch-phases)
|
((#:phases scotch32-phases)
|
||||||
`(modify-phases ,scotch-phases
|
`(modify-phases ,scotch32-phases
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(and
|
(and
|
||||||
|
|
Loading…
Reference in New Issue