guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ftxui: Update to 4.0.0.


From: guix-commits
Subject: branch master updated: gnu: ftxui: Update to 4.0.0.
Date: Thu, 11 May 2023 06:16:48 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c2cac2e985 gnu: ftxui: Update to 4.0.0.
c2cac2e985 is described below

commit c2cac2e985251710061a877498fbd7186469c51d
Author: Lu Hui <luhux76@gmail.com>
AuthorDate: Sun Apr 30 22:18:24 2023 +0800

    gnu: ftxui: Update to 4.0.0.
    
    * gnu/packages/cpp.scm (ftxui): Update to 4.0.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/cpp.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 023d1c0337..1a892d7b78 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2433,7 +2433,7 @@ queues, resource pools, strings, etc.
 (define-public ftxui
   (package
     (name "ftxui")
-    (version "3.0.0")
+    (version "4.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2441,7 +2441,7 @@ queues, resource pools, strings, etc.
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "10a4yw2h29kixxyhll6cvrwyscsvz9asxry857a9l8nqvbhs946s"))
+                "01h59ln8amsj6ymxmsxhmslld2yp003n82fg3mphgkrh6lf22h6y"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs (list googletest))
@@ -2459,9 +2459,8 @@ queues, resource pools, strings, etc.
                    ;; Disable benchmarks for a while as they require bundled 
Google
                    ;; benchmark and when the 'googlebenchmark' is unbundled, 
there's
                    ;; a CMake configuration error.
-                   (substitute* "cmake/ftxui_benchmark.cmake"
-                     (("NOT WIN32")
-                      "FALSE")))) )))
+                   ;; TODO: fetch googlebenchmark then renable test
+                   (truncate-file "cmake/ftxui_benchmark.cmake" 0))))))
     (home-page "https://github.com/ArthurSonzogni/FTXUI";)
     (synopsis "C++ Functional Terminal User Interface")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]