GNU bug report logs - #64183
[PATCH] gnu: nomad-optimizer: Fix build.

Previous Next

Package: guix-patches;

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

Date: Tue, 20 Jun 2023 02:11:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64183 in the body.
You can then email your comments to 64183 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64183; Package guix-patches. (Tue, 20 Jun 2023 02:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Paul A. Patience" <paul <at> apatience.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 20 Jun 2023 02:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH] gnu: nomad-optimizer: Fix build.
Date: Tue, 20 Jun 2023 02:10:23 +0000
* gnu/packages/maths.scm (nomad-optimizer)
[arguments]<#:phases>: Remove 'delete-superfluous-egg-info' phase.
---
 gnu/packages/maths.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 087cd9c71d..23cc5158e2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2388,16 +2388,7 @@ (define-public nomad-optimizer
                       (string-append builddir "/src/nomad ")))
                    (for-each
                     (lambda (f) (fix-exe-path dir f))
-                    '("param1.txt" "param2.txt" "param3.txt" "param10.txt")))))))
-
-         ;; The information in the .egg-info file is not kept up to date.
-         (add-after 'install 'delete-superfluous-egg-info
-           (lambda* (#:key inputs outputs #:allow-other-keys)
-             (delete-file (string-append
-                           (site-packages inputs outputs)
-                           "/PyNomad-0.0.0-py"
-                           (python-version (assoc-ref inputs "python"))
-                           ".egg-info")))))))
+                    '("param1.txt" "param2.txt" "param3.txt" "param10.txt"))))))))))
     (home-page "https://www.gerad.ca/nomad/")
     (synopsis "Nonlinear optimization by mesh-adaptive direct search")
     (description

base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9
prerequisite-patch-id: 7b8261c3b3ee237bfe47e1f478e72e7fd29fd683
-- 
2.40.1






Information forwarded to guix-patches <at> gnu.org:
bug#64183; Package guix-patches. (Tue, 20 Jun 2023 14:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 64183 <at> debbugs.gnu.org (full text, mbox):

From: "Paul A. Patience" <paul <at> apatience.com>
To: "64183 <at> debbugs.gnu.org" <64183 <at> debbugs.gnu.org>
Subject: Re: [PATCH] gnu: nomad-optimizer: Fix build.
Date: Tue, 20 Jun 2023 14:21:04 +0000
Sorry, I didn't realize the prerequisite-patch-id fields were being added to the patch.
Please disregard them, they are unnecessary.

On Monday, June 19th, 2023 at 10:10 PM, Paul A. Patience <paul <at> apatience.com> wrote:
> base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
> prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
> prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9
> prerequisite-patch-id: 7b8261c3b3ee237bfe47e1f478e72e7fd29fd683

Best regards,
Paul





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 25 Jun 2023 21:01:02 GMT) Full text and rfc822 format available.

Notification sent to "Paul A. Patience" <paul <at> apatience.com>:
bug acknowledged by developer. (Sun, 25 Jun 2023 21:01:02 GMT) Full text and rfc822 format available.

Message #13 received at 64183-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 64183-done <at> debbugs.gnu.org
Subject: Re: bug#64183: [PATCH] gnu: nomad-optimizer: Fix build.
Date: Sun, 25 Jun 2023 22:59:55 +0200
"Paul A. Patience" <paul <at> apatience.com> skribis:

> * gnu/packages/maths.scm (nomad-optimizer)
> [arguments]<#:phases>: Remove 'delete-superfluous-egg-info' phase.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 Jul 2023 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 332 days ago.

Previous Next


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