summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-12-29 20:44:24 +0000
committerGreg Hogan <code@greghogan.com>2026-04-24 11:41:03 +0000
commit8793d7839518e6f67acb6c41e52266997fb71e9f (patch)
tree906f07c88d74fcf13bf3c6d2471ac1a8d86c9d75 /gnu/packages/cpp.scm
parent128dc8ca7fb101f424e3c795f5288281098685c6 (diff)
gnu: fast-float: Update to 8.2.5.
* gnu/packages/cpp.scm (fast-float): Update to 8.2.5. [arguments]<#:phases>{patch-cmake-tests}: Fix matches. Change-Id: I04d66fb223e2535d63daa2e7a1809a0bd22644af
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 45014daab2c..f3d86e7807e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3608,7 +3608,7 @@ std::wstring, etc).")
3608(define-public fast-float 3608(define-public fast-float
3609 (package 3609 (package
3610 (name "fast-float") 3610 (name "fast-float")
3611 (version "8.0.2") 3611 (version "8.2.5")
3612 (source (origin 3612 (source (origin
3613 (method git-fetch) 3613 (method git-fetch)
3614 (uri (git-reference 3614 (uri (git-reference
@@ -3617,7 +3617,7 @@ std::wstring, etc).")
3617 (file-name (git-file-name name version)) 3617 (file-name (git-file-name name version))
3618 (sha256 3618 (sha256
3619 (base32 3619 (base32
3620 "19x1yklf641yrpad6lk4cq3jmird10d5ig8hicm3p9lxh92k78cl")))) 3620 "1l13nsl4sgq71m7aifrmmmfyl14vp48vqdh7pb50hxqq6f8bq2b5"))))
3621 (build-system cmake-build-system) 3621 (build-system cmake-build-system)
3622 (arguments 3622 (arguments
3623 (list 3623 (list
@@ -3628,12 +3628,10 @@ std::wstring, etc).")
3628 (add-after 'unpack 'patch-cmake-tests 3628 (add-after 'unpack 'patch-cmake-tests
3629 (lambda* (#:key inputs native-inputs #:allow-other-keys) 3629 (lambda* (#:key inputs native-inputs #:allow-other-keys)
3630 (substitute* "tests/CMakeLists.txt" 3630 (substitute* "tests/CMakeLists.txt"
3631 (("FetchContent_GetProperties\\(supplemental_test_files.*") 3631 (("FetchContent_MakeAvailable\\(supplemental_test_files.*")
3632 "")
3633 (("if\\(NOT supplemental_test_files_POPULATED.*")
3634 (string-append 3632 (string-append
3635 "set(supplemental_test_files_BINARY_DIR " 3633 "set(supplemental_test_files_BINARY_DIR "
3636 #$fast-float-test-files ")\nif(0)\n")))))))) 3634 #$fast-float-test-files ")\n"))))))))
3637 (native-inputs (list doctest fast-float-test-files)) 3635 (native-inputs (list doctest fast-float-test-files))
3638 (home-page "https://github.com/fastfloat/fast_float") 3636 (home-page "https://github.com/fastfloat/fast_float")
3639 (synopsis "Floating point number parser for C++") 3637 (synopsis "Floating point number parser for C++")