emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28318: closed ([PATCH] gnu: pt-scotch32: use keywo


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28318: closed ([PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32")
Date: Mon, 04 Sep 2017 12:53:02 +0000

Your message dated Mon, 04 Sep 2017 14:52:21 +0200
with message-id <address@hidden>
and subject line Re: [bug#28318] [PATCH] gnu: pt-scotch32: use keyword 
arguments from "scotch32"
has caused the debbugs.gnu.org bug report #28318,
regarding [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32"
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28318: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28318
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28318] [PATCH] gnu: pt-scotch32: use keyword arguments from "scotch32" Date: Mon, 04 Sep 2017 14:52:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Hi Paul,

Paul Garlick <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]