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

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

bug#56564: closed ([PATCH 1/3] gnu: gmsh: Remove input labels.)


From: GNU bug Tracking System
Subject: bug#56564: closed ([PATCH 1/3] gnu: gmsh: Remove input labels.)
Date: Fri, 15 Jul 2022 09:10:02 +0000

Your message dated Fri, 15 Jul 2022 10:08:35 +0100
with message-id <87pmi6g2tv.fsf@cbaines.net>
and subject line Re: [bug#56564] [PATCH 3/3] gnu: gmsh: Update to 4.10.5.
has caused the debbugs.gnu.org bug report #56564,
regarding [PATCH 1/3] gnu: gmsh: Remove input labels.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#56564] [PATCH 3/3] gnu: gmsh: Update to 4.10.5. Date: Fri, 15 Jul 2022 10:08:35 +0100 User-agent: mu4e 1.6.10; emacs 28.1
"Paul A. Patience" <paul@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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