guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 316fdc55578be58e7ad5f55419c82d63fb52df96
Author: Greg Hogan <[email protected]>
AuthorDate: Thu Sep 4 15:28:12 2025 +0000

    gnu: fxdiv: Pin dependency to old version.
    
    * gnu/packages/maths.scm (fxdiv)[inputs]: Replace googletest with
    googletest-1.8.
    
    Change-Id: I10d985fab5975652d783c79cfd650b816454a632
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e127869095..3f74248249 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10709,7 +10709,7 @@ high-performance multidimensional array containers for 
scientific computing.")
                 (patches (search-patches "fxdiv-system-libraries.patch"))))
       (build-system cmake-build-system)
       (inputs
-       (list googletest googlebenchmark))
+       (list googletest-1.8 googlebenchmark))
       (synopsis
        "C++ library for division via fixed-point multiplication by inverse")
       (description

Reply via email to