[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: nomad-optimizer: Fix build.
From: |
guix-commits |
Subject: |
02/10: gnu: nomad-optimizer: Fix build. |
Date: |
Sun, 25 Jun 2023 17:47:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d08cb9bf44d93bad6135dfd5047cfd3a38ffbf22
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 02:10:23 2023 +0000
gnu: nomad-optimizer: Fix build.
* gnu/packages/maths.scm (nomad-optimizer)
[arguments]<#:phases>: Remove 'delete-superfluous-egg-info' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 f5a2181905..653e76027a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2388,16 +2388,7 @@ interfaces.")
(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
- branch master updated (41e8726c89 -> 269cfe341f), guix-commits, 2023/06/25
- 05/10: gnu: python-mypy-extensions: Update to 1.0.0, guix-commits, 2023/06/25
- 08/10: gnu: python-trimesh: Update to 3.22.1., guix-commits, 2023/06/25
- 10/10: gnu: aws-sdk-cpp: Update to 1.9.306., guix-commits, 2023/06/25
- 03/10: services: Validate 'provision' field of <shepherd-service>., guix-commits, 2023/06/25
- 01/10: gnu: mmg: Update to 5.7.1., guix-commits, 2023/06/25
- 09/10: gnu: aws-lc: Fix tests., guix-commits, 2023/06/25
- 02/10: gnu: nomad-optimizer: Fix build.,
guix-commits <=
- 04/10: gnu: oneapi-dnnl: Fix building on riscv64-linux., guix-commits, 2023/06/25
- 07/10: gnu: fswatch: Update to 1.17.1., guix-commits, 2023/06/25
- 06/10: gnu: python-mypy-extensions: Fix style, guix-commits, 2023/06/25