mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
bdf3d621bf
commit
d08cb9bf44
1 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue