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:
parent
b8088be058
commit
049bdae527
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user