From 049bdae52795f01030cb99d6fb271dc4b4ce9a7d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 24 Jan 2020 22:47:22 +0100 Subject: gnu: ode: Disable tests. * gnu/packages/game-development.scm (ode): Tests are failing or other systems than x86_64, so we disable them. --- gnu/packages/game-development.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index ee8dea23b5..72637a7929 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1998,7 +1998,8 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.") #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 -- cgit v1.2.3