guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ode: Disable tests.


From: guix-commits
Subject: branch master updated: gnu: ode: Disable tests.
Date: Fri, 24 Jan 2020 16:49:08 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 049bdae  gnu: ode: Disable tests.
049bdae is described below

commit 049bdae52795f01030cb99d6fb271dc4b4ce9a7d
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Jan 24 22:47:22 2020 +0100

    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 ee8dea2..72637a7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]