mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -2115,9 +2115,9 @@ (define-public pt-scotch32
|
|||
(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 a new issue