unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 54891@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#54891] [PATCH 2/3] gnu: nomad-optimizer: Remove trailing booleans.
Date: Tue, 12 Apr 2022 18:57:43 +0000	[thread overview]
Message-ID: <20220412185712.67292-2-paul@apatience.com> (raw)
In-Reply-To: <20220412185712.67292-1-paul@apatience.com>

* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Remove trailing
booleans.
---
 gnu/packages/maths.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a6ac22a3b..b68cb966c2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1994,8 +1994,7 @@ (define-public nomad-optimizer
                  (("^( +os_include_dirs = ).*" _ prefix)
                   (string-append prefix "[\"../../src\"]\n"))
                  (("^(installed_lib_dir = ).*" _ prefix)
-                  (string-append prefix "\"" out "/lib\"\n"))))
-             #t))
+                  (string-append prefix "\"" out "/lib\"\n"))))))

          ;; Fix the tests so they run in out-of-source builds.
          (add-after 'fix-sources-for-build 'fix-sources-for-tests
@@ -2060,8 +2059,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"))))
-             #t))
+                  '("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
@@ -2070,8 +2068,7 @@ (define-public nomad-optimizer
                            (site-packages inputs outputs)
                            "/PyNomad-0.0.0-py"
                            (python-version (assoc-ref inputs "python"))
-                           ".egg-info"))
-             #t)))))
+                           ".egg-info")))))))
     (home-page "https://www.gerad.ca/nomad/")
     (synopsis "Nonlinear optimization by mesh-adaptive direct search")
     (description
--
2.35.1






  reply	other threads:[~2022-04-12 18:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12 18:57 [bug#54890] [PATCH 1/3] gnu: nomad-optimizer: Remove input labels Paul A. Patience
2022-04-12 18:57 ` Paul A. Patience [this message]
2022-04-12 18:57 ` [bug#54892] [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0 Paul A. Patience
2022-04-13 15:21   ` [bug#54892] [PATCH] gnu: nomad-optimizer: Fix some tests Paul A. Patience
2022-04-19 10:24     ` bug#54892: [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0 Ludovic Courtès
     [not found]   ` <handler.54892.D54892.165036389832173.notifdone@debbugs.gnu.org>
2022-04-19 10:31     ` [bug#54892] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220412185712.67292-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=54891@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).