~ruther/guix-local

59027f2a3f84db5ad567cb5e9d571468b07ca70b — Liliana Marie Prikler 10 months ago e40e0bf
gnu: lib2geom: Skip angle-test on i686.

* gnu/packages/maths.scm (gsl)[skip-faulty-test]: Also disable angle-test
on i686.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/graphics.scm
M gnu/packages/graphics.scm => gnu/packages/graphics.scm +3 -0
@@ 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