mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: imath: Skip tests on i686.
* gnu/packages/graphics.scm (imath)[arguments]: New field.
This commit is contained in:
parent
db2cd42178
commit
2c5c04eb2b
1 changed files with 6 additions and 0 deletions
|
@ -747,6 +747,12 @@ (define-public imath
|
|||
(sha256
|
||||
(base32 "1nyld18mf220ghm1vidnfnn0rdns9z5i4l9s66xgd0kfdgarb31f"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; XXX: On i686-linux, tests fail due to rounding issues (excess
|
||||
;; precision), as was discussed and patched long ago:
|
||||
;; <https://issues.guix.gnu.org/22049>. It seems the relevant fixes
|
||||
;; didn't make it upstream, so skip tests.
|
||||
(list #:tests? (not (target-x86-32?))))
|
||||
(home-page "https://github.com/AcademySoftwareFoundation/Imath")
|
||||
(synopsis "Library of math operations for computer graphics")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue