GNU bug report logs - #54892
[PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0.

Previous Next

Package: guix-patches;

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

Date: Tue, 12 Apr 2022 18:58:02 UTC

Severity: normal

Tags: patch

Merged with 54890, 54891

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

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#54890: closed (Re: bug#54892: [PATCH 3/3] gnu:
 nomad-optimizer: Update to 4.2.0.)
Date: Tue, 19 Apr 2022 10:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54892: [PATCH 1/3] gnu: nomad-optimizer: 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 54890 <at> debbugs.gnu.org.

-- 
54892: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54892
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 54892-done <at> debbugs.gnu.org
Subject: Re: bug#54892: [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0.
Date: Tue, 19 Apr 2022 12:24:47 +0200
Applied all 5 nomad-optimizer patches, thanks!

Ludo’.

[Message part 3 (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: nomad-optimizer: Remove input labels.
Date: Tue, 12 Apr 2022 18:57:25 +0000
* gnu/packages/maths.scm (nomad-optimizer)[native-inputs]: Remove
labels.
---
 gnu/packages/maths.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10a1f69b8e..6a6ac22a3b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1950,8 +1950,7 @@ (define-public nomad-optimizer
          "0w386d8r5ldbvnv0c0g7vz95pfpvwdxis26vaalk2amsa5akl775"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("python" ,python-wrapper)
-       ("python-cython" ,python-cython)))
+     (list python-wrapper python-cython))
     (arguments
      `(#:imported-modules ((guix build python-build-system)
                            ,@%cmake-build-system-modules)
--
2.35.1





This bug report was last modified 3 years and 128 days ago.

Previous Next


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