unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69506] [PATCH] gnu: catch2-3: Update to 3.5.3.
@ 2024-03-02 10:07 Zheng Junjie
  2024-03-09  3:41 ` bug#69506: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-03-02 10:07 UTC (permalink / raw)
  To: 69506

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2226 bytes --]

* gnu/packages/check.scm (catch2-3): Update to 3.5.3.
[arguments]<#:configure>: Remove set -DCMAKE_CXX_FLAGS.

Change-Id: Ib9e88dd6071d14ef70177fa83964a5d92b916ac0
---
 gnu/packages/check.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5428098c15..5b109e534e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2023 Troy Figiel <troy@troyfigiel.com>
 ;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -609,7 +610,7 @@ (define-public cbehave
 (define-public catch2-3
   (package
     (name "catch2")
-    (version "3.5.1")
+    (version "3.5.3")
     (home-page "https://github.com/catchorg/Catch2")
     (source (origin
               (method git-fetch)
@@ -619,19 +620,12 @@ (define-public catch2-3
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p7rk01n4qfnnm1bgakllyqi83n1kbpz11gh65z1vspfz58hs9iv"))))
+                "11yla93vm2896fzhm3fz8lk3y3iz5iy7vd6wa7wnwvhsfd2dbfq3"))))
     (build-system cmake-build-system)
     (arguments
      (list
       #:configure-flags
-      #~(list #$@(match (%current-system)
-                   ((or "x86_64-linux" "i686-linux")
-                    ;; Tests fail on i686-linux without SSE2 for floats, see
-                    ;; upstream report
-                    ;; <https://github.com/catchorg/Catch2/issues/2796>.
-                    '("-DCMAKE_CXX_FLAGS=-msse2 -mfpmath=sse"))
-                   (_ '()))
-              "-DCATCH_DEVELOPMENT_BUILD=ON"
+      #~(list "-DCATCH_DEVELOPMENT_BUILD=ON"
               "-DCATCH_ENABLE_WERROR=OFF"
               "-DBUILD_SHARED_LIBS=ON")))
     (inputs (list python-wrapper))

base-commit: aeaa390b71a15335bef03f83bd9dc946fa535398
prerequisite-patch-id: 3aeff34344672622675ada6d6cbfb542ade2b07c
prerequisite-patch-id: 4e533c79c7fd93501c20ad909e1388db550bd4f7
prerequisite-patch-id: 9dbed8e3a2c1b1e1f8055cbd59aa0dfa11df53c1
-- 
2.41.0





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

* bug#69506: [PATCH] gnu: catch2-3: Update to 3.5.3.
  2024-03-02 10:07 [bug#69506] [PATCH] gnu: catch2-3: Update to 3.5.3 Zheng Junjie
@ 2024-03-09  3:41 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-09  3:41 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 69506-done

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/check.scm (catch2-3): Update to 3.5.3.
> [arguments]<#:configure>: Remove set -DCMAKE_CXX_FLAGS.

Applied as commit 584e240842, thank you!




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

end of thread, other threads:[~2024-03-09  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 10:07 [bug#69506] [PATCH] gnu: catch2-3: Update to 3.5.3 Zheng Junjie
2024-03-09  3:41 ` bug#69506: " 宋文武 via Guix-patches via

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