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

commit f013ff60c06b281328e2c701af9ad72c20e3a7f4
Author: Greg Hogan <[email protected]>
AuthorDate: Thu Sep 4 15:29:03 2025 +0000

    gnu: fp16: Pin dependency to old version.
    
    * gnu/packages/maths.scm (fp16)[inputs]: Replace googletest with
    googletest-1.8.
    
    Change-Id: I49f3782ca6ca539d216577f4a070e97c34ec74a5
---
 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 3f74248249..8927548717 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10764,7 +10764,7 @@ when an application performs repeated divisions by the 
same divisor.")
       (native-inputs
        (list python-wrapper))
       (inputs
-       (list psimd googletest googlebenchmark))
+       (list psimd googletest-1.8 googlebenchmark))
       (synopsis "C++ library for half-precision floating point formats")
       (description
        "This header-only C++ library implements conversion to and from

Reply via email to