mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: ode: Update to 0.16.1.
* gnu/packages/game-development.scm (ode): Update to 0.16.1.
This commit is contained in:
parent
3dd74c8dc5
commit
c4f197d5e4
1 changed files with 4 additions and 3 deletions
|
@ -2046,14 +2046,14 @@ (define-public libccd
|
||||||
(define-public ode
|
(define-public ode
|
||||||
(package
|
(package
|
||||||
(name "ode")
|
(name "ode")
|
||||||
(version "0.16")
|
(version "0.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/odedevs/ode/downloads/"
|
(uri (string-append "https://bitbucket.org/odedevs/ode/downloads/"
|
||||||
"ode-" version ".tar.gz"))
|
"ode-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09xzrarxwxcf6rdv5jsjfjh454jnn29dpcw3wh6ic50kkipvg8sb"))
|
(base32 "1flfdqgdbcn1bx8nrrd4qnp6cvsxrhvk8cdg7vaq2dzkh6nsqa5j"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -2061,7 +2061,8 @@ (define-public ode
|
||||||
#t))))
|
#t))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests fail on all systems but x86_64.
|
;; Tests fail on all systems but x86_64. This is fixed upstream and can
|
||||||
|
;; be removed in 0.16.2+.
|
||||||
`(#:tests? ,(string-prefix? "x86_64-"
|
`(#:tests? ,(string-prefix? "x86_64-"
|
||||||
(or (%current-target-system)
|
(or (%current-target-system)
|
||||||
(%current-system)))
|
(%current-system)))
|
||||||
|
|
Loading…
Reference in a new issue