unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64183] [PATCH] gnu: nomad-optimizer: Fix build.
@ 2023-06-20  2:10 Paul A. Patience
  2023-06-20 14:21 ` Paul A. Patience
  2023-06-25 20:59 ` bug#64183: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Paul A. Patience @ 2023-06-20  2:10 UTC (permalink / raw)
  To: 64183; +Cc: Paul A. Patience

* 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#64183] [PATCH] gnu: nomad-optimizer: Fix build.
  2023-06-20  2:10 [bug#64183] [PATCH] gnu: nomad-optimizer: Fix build Paul A. Patience
@ 2023-06-20 14:21 ` Paul A. Patience
  2023-06-25 20:59 ` bug#64183: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Paul A. Patience @ 2023-06-20 14:21 UTC (permalink / raw)
  To: 64183@debbugs.gnu.org

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@apatience.com> wrote:
> base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
> prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
> prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9
> prerequisite-patch-id: 7b8261c3b3ee237bfe47e1f478e72e7fd29fd683

Best regards,
Paul





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#64183: [PATCH] gnu: nomad-optimizer: Fix build.
  2023-06-20  2:10 [bug#64183] [PATCH] gnu: nomad-optimizer: Fix build Paul A. Patience
  2023-06-20 14:21 ` Paul A. Patience
@ 2023-06-25 20:59 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-06-25 20:59 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 64183-done

"Paul A. Patience" <paul@apatience.com> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-25 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20  2:10 [bug#64183] [PATCH] gnu: nomad-optimizer: Fix build Paul A. Patience
2023-06-20 14:21 ` Paul A. Patience
2023-06-25 20:59 ` bug#64183: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).