guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 8b1ba87fd9a0bfd3b5d3670e25686e2a7a3a31a9
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 d39dcf21b9..2789368d88 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10800,7 +10800,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