GNU bug report logs - #28318
[PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"

Previous Next

Package: guix-patches;

Reported by: Paul Garlick <pgarlick <at> tourbillion-technology.com>

Date: Fri, 1 Sep 2017 16:22:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Subject: bug#28318: closed (Re: [bug#28318] [PATCH] gnu: pt-scotch32: use
 keyword arguments from "scotch32")
Date: Mon, 04 Sep 2017 12:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28318: [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28318 <at> debbugs.gnu.org.

-- 
28318: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28318
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Cc: 28318-done <at> debbugs.gnu.org
Subject: Re: [bug#28318] [PATCH] gnu: pt-scotch32: use keyword arguments from
 "scotch32"
Date: Mon, 04 Sep 2017 14:52:21 +0200
Hi Paul,

Paul Garlick <pgarlick <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Paul Garlick <pgarlick <at> tourbillion-technology.com>
To: guix-patches <at> gnu.org
Cc: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Subject: [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"
Date: Fri,  1 Sep 2017 17:19:48 +0100
*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




This bug report was last modified 7 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.