unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64715] [PATCH] gnu: spdlog: Update to 1.12.0.
@ 2023-07-18 17:46 Greg Hogan
  2023-09-17 13:09 ` bug#64715: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-07-18 17:46 UTC (permalink / raw)
  To: 64715; +Cc: Greg Hogan

* gnu/packages/logging.scm (spdlog): Update to 1.12.0.
[native-inputs]: Add catch2-3.3.
---
 gnu/packages/logging.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 61b3d6ccc5..abeb3fdd5c 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -37,6 +37,7 @@ (define-module (gnu packages logging)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages c)
+  #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
@@ -212,7 +213,7 @@ (define-public multitail
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
        (method git-fetch)
@@ -221,7 +222,7 @@ (define-public spdlog
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i3a1cqrg1sz0w50g7zz9x73rf838igqri12q8ijh4rzpq0qq3ch"))))
+        (base32 "0yyncv6wjs5rqm76rkqyxpfbsingk1dq5zfcqhy1a7fpw8xdl53k"))))
     (build-system cmake-build-system)
     ;; TODO run benchmark. Currently not possible, as adding
     ;; (gnu packages benchmark) forms a dependency cycle
@@ -230,6 +231,7 @@ (define-public spdlog
        (list "-DSPDLOG_BUILD_BENCH=OFF"
              "-DSPDLOG_BUILD_SHARED=ON"
              "-DSPDLOG_BUILD_TESTS=ON")))
+    (native-inputs (list catch2-3.3))
     (home-page "https://github.com/gabime/spdlog")
     (synopsis "Fast C++ logging library")
     (description "Spdlog is a very fast header-only/compiled C++ logging
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64715: [PATCH] gnu: spdlog: Update to 1.12.0.
  2023-07-18 17:46 [bug#64715] [PATCH] gnu: spdlog: Update to 1.12.0 Greg Hogan
@ 2023-09-17 13:09 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-17 13:09 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 64715-done

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/logging.scm (spdlog): Update to 1.12.0.
> [native-inputs]: Add catch2-3.3.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-17 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 17:46 [bug#64715] [PATCH] gnu: spdlog: Update to 1.12.0 Greg Hogan
2023-09-17 13:09 ` bug#64715: " Ludovic Courtès

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).