all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28318] [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"
@ 2017-09-01 16:19 Paul Garlick
  2017-09-04 12:52 ` bug#28318: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Garlick @ 2017-09-01 16:19 UTC (permalink / raw)
  To: 28318; +Cc: Paul Garlick

*gnu/packages/maths.scm (pt-scotch32) [arguments]: substitute keyword
arguments from "scotch32" package, ensuring that the INTSIZE32 macro is
set
---
 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 7481636fa..cb2d09414 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2024,9 +2024,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
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28318: [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"
  2017-09-01 16:19 [bug#28318] [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32" Paul Garlick
@ 2017-09-04 12:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-04 12:52 UTC (permalink / raw)
  To: Paul Garlick; +Cc: 28318-done

Hi Paul,

Paul Garlick <pgarlick@tourbillion-technology.com> skribis:

> *gnu/packages/maths.scm (pt-scotch32) [arguments]: substitute keyword
> arguments from "scotch32" package, ensuring that the INTSIZE32 macro is
> set

Good catch.  Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-04 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-01 16:19 [bug#28318] [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32" Paul Garlick
2017-09-04 12:52 ` bug#28318: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.