mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e40e0bfd2c
commit
59027f2a3f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue