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

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

bug#64183: closed ([PATCH] gnu: nomad-optimizer: Fix build.)


From: GNU bug Tracking System
Subject: bug#64183: closed ([PATCH] gnu: nomad-optimizer: Fix build.)
Date: Sun, 25 Jun 2023 21:01:02 +0000

Your message dated Sun, 25 Jun 2023 22:59:55 +0200
with message-id <87pm5jxnp0.fsf@gnu.org>
and subject line Re: bug#64183: [PATCH] gnu: nomad-optimizer: Fix build.
has caused the debbugs.gnu.org bug report #64183,
regarding [PATCH] gnu: nomad-optimizer: Fix build.
to be marked as done.

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


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





--- End Message ---
--- Begin Message --- Subject: Re: bug#64183: [PATCH] gnu: nomad-optimizer: Fix build. Date: Sun, 25 Jun 2023 22:59:55 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
"Paul A. Patience" <paul@apatience.com> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

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