GNU bug report logs - #56564
[PATCH 1/3] gnu: gmsh: Remove input labels.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Thu, 14 Jul 2022 19:49:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 A. Patience" <paul <at> apatience.com>
Subject: bug#56564: closed (Re: [bug#56564] [PATCH 3/3] gnu: gmsh: Update
 to 4.10.5.)
Date: Fri, 15 Jul 2022 09:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56564: [PATCH 1/3] gnu: gmsh: Remove input labels.

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 56564 <at> debbugs.gnu.org.

-- 
56564: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56564
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 56564-done <at> debbugs.gnu.org
Subject: Re: [bug#56564] [PATCH 3/3] gnu: gmsh: Update to 4.10.5.
Date: Fri, 15 Jul 2022 10:08:35 +0100
[Message part 3 (text/plain, inline)]
"Paul A. Patience" <paul <at> apatience.com> writes:

> * gnu/packages/maths.scm (gmsh): Update to 4.10.5.
> [source]: Reindent.
> ---
>  gnu/packages/maths.scm | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)

Thanks Paul, I've pushed this patch series as
a15b769c2f81034884ef0ae7fa8c1cea8df45c56.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 1/3] gnu: gmsh: Remove input labels.
Date: Thu, 14 Jul 2022 19:47:55 +0000
* gnu/packages/maths.scm (gmsh)[inputs]: Remove labels.
---
 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 83a04f7301..18fcf4d99b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2984,9 +2984,9 @@ (define-public gmsh
            metis
            opencascade-occt))
     (inputs
-     `(("fontconfig" ,fontconfig)
-       ("libxft" ,libxft)
-       ("python" ,python)))
+     (list fontconfig
+           libxft
+           python))
     (arguments
      `(#:configure-flags `("-DENABLE_SYSTEM_CONTRIB:BOOL=ON"
                            "-DENABLE_BUILD_SHARED:BOOL=ON"
--
2.37.0





This bug report was last modified 2 years and 311 days ago.

Previous Next


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