mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: ode: Do not run tests on i686.
* gnu/packages/game-development.scm (ode)[arguments]: Do not run tests on i686.
This commit is contained in:
parent
6e55c1732c
commit
6482525dca
1 changed files with 2 additions and 0 deletions
|
@ -2405,6 +2405,8 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; XXX: The sole test is failing on i686 due to a rounding error.
|
||||||
|
#:tests? (not (target-x86-32?))
|
||||||
#:configure-flags #~(list "-DODE_WITH_LIBCCD_SYSTEM=ON")
|
#:configure-flags #~(list "-DODE_WITH_LIBCCD_SYSTEM=ON")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue