gnu: lib2geom: Skip angle-test on i686.

* gnu/packages/maths.scm (gsl)[skip-faulty-test]: Also disable angle-test
on i686.
This commit is contained in:
Liliana Marie Prikler 2025-07-19 12:16:21 +02:00 committed by Andreas Enge
parent e40e0bfd2c
commit 59027f2a3f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1153,6 +1153,9 @@ exception-handling library.")
#~((add-after 'unpack 'skip-faulty-test
(lambda _
(substitute* "tests/CMakeLists.txt"
;; This test fails at various comparions of ±π.
(("angle-test") "")
;; This test fails on i686 when comparing floating point
;; values, probably due to excess precision. However,
;; '-fexcess-precision' is not implemented for C++ in