gnu: nomad-optimizer: Remove trailing booleans.
* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Remove trailing booleans. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
3a9b925f44
commit
3a6703268b
|
@ -1994,8 +1994,7 @@ interfaces.")
|
||||||
(("^( +os_include_dirs = ).*" _ prefix)
|
(("^( +os_include_dirs = ).*" _ prefix)
|
||||||
(string-append prefix "[\"../../src\"]\n"))
|
(string-append prefix "[\"../../src\"]\n"))
|
||||||
(("^(installed_lib_dir = ).*" _ prefix)
|
(("^(installed_lib_dir = ).*" _ prefix)
|
||||||
(string-append prefix "\"" out "/lib\"\n"))))
|
(string-append prefix "\"" out "/lib\"\n"))))))
|
||||||
#t))
|
|
||||||
|
|
||||||
;; Fix the tests so they run in out-of-source builds.
|
;; Fix the tests so they run in out-of-source builds.
|
||||||
(add-after 'fix-sources-for-build 'fix-sources-for-tests
|
(add-after 'fix-sources-for-build 'fix-sources-for-tests
|
||||||
|
@ -2060,8 +2059,7 @@ interfaces.")
|
||||||
(string-append builddir "/src/nomad ")))
|
(string-append builddir "/src/nomad ")))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (f) (fix-exe-path dir f))
|
(lambda (f) (fix-exe-path dir f))
|
||||||
'("param1.txt" "param2.txt" "param3.txt" "param10.txt"))))
|
'("param1.txt" "param2.txt" "param3.txt" "param10.txt"))))))
|
||||||
#t))
|
|
||||||
|
|
||||||
;; The information in the .egg-info file is not kept up to date.
|
;; The information in the .egg-info file is not kept up to date.
|
||||||
(add-after 'install 'delete-superfluous-egg-info
|
(add-after 'install 'delete-superfluous-egg-info
|
||||||
|
@ -2070,8 +2068,7 @@ interfaces.")
|
||||||
(site-packages inputs outputs)
|
(site-packages inputs outputs)
|
||||||
"/PyNomad-0.0.0-py"
|
"/PyNomad-0.0.0-py"
|
||||||
(python-version (assoc-ref inputs "python"))
|
(python-version (assoc-ref inputs "python"))
|
||||||
".egg-info"))
|
".egg-info")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.gerad.ca/nomad/")
|
(home-page "https://www.gerad.ca/nomad/")
|
||||||
(synopsis "Nonlinear optimization by mesh-adaptive direct search")
|
(synopsis "Nonlinear optimization by mesh-adaptive direct search")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue