mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue