gnu: ode: Disable tests.

* gnu/packages/game-development.scm (ode): Tests are failing or other systems
than x86_64, so we disable them.
This commit is contained in:
Nicolas Goaziou 2020-01-24 22:47:22 +01:00
parent b8088be058
commit 049bdae527
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1998,7 +1998,8 @@ (define-public ode
#t))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DODE_WITH_LIBCCD_SYSTEM=ON")
`(#:tests? #f ;tests fail on all systems but x86_64
#:configure-flags '("-DODE_WITH_LIBCCD_SYSTEM=ON")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'unbundle-libccd