unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 63449@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#63449] [PATCH 2/3] gnu: discregrid: Fix for dependent updates.
Date: Thu, 11 May 2023 19:41:36 +0000	[thread overview]
Message-ID: <20230511194137.821374-2-code@greghogan.com> (raw)
In-Reply-To: <20230511194137.821374-1-code@greghogan.com>

* gnu/packages/graphics.scm (discregrid)[source]: Add patch for breaking
change to cxxopts.
---
 gnu/packages/graphics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 261fcf9547..8aff3b075e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2328,7 +2328,9 @@ (define-public discregrid
                              "cmd/generate_density_map/main.cpp"
                              "cmd/generate_sdf/main.cpp")
                 (("^#include <cxxopts/cxxopts\\.hpp>")
-                 "#include <cxxopts.hpp>"))))))
+                 "#include <cxxopts.hpp>")
+                (("cxxopts::OptionException")
+                 "cxxopts::exceptions::parsing"))))))
       (build-system cmake-build-system)
       (outputs '("out" "bin"))
       (arguments
-- 
2.40.1





  reply	other threads:[~2023-05-11 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 19:39 [bug#63449] [PATCH 0/3] Update cxxopts Greg Hogan
2023-05-11 19:41 ` [bug#63449] [PATCH 1/3] gnu: cxxopts: Update to 3.1.1 Greg Hogan
2023-05-11 19:41   ` Greg Hogan [this message]
2023-05-11 19:41   ` [bug#63449] [PATCH 3/3] gnu: f3d: Update to 2.0.0 Greg Hogan
2023-05-18 18:00 ` bug#63449: [PATCH 0/3] Update cxxopts 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=20230511194137.821374-2-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=63449@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).