mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bullet: Update to 2.89.
* gnu/packages/game-development.scm (bullet): Update to 2.89. [source]: Adjust snippet.
This commit is contained in:
parent
2702d66567
commit
623a0d8331
1 changed files with 6 additions and 7 deletions
|
@ -93,7 +93,7 @@
|
||||||
(define-public bullet
|
(define-public bullet
|
||||||
(package
|
(package
|
||||||
(name "bullet")
|
(name "bullet")
|
||||||
(version "2.88")
|
(version "2.89")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00qkif245yj7n2f262bgjaxv1bz3wmmcsfnjgy3qpzvlpzpns5z8"))
|
"10ncf2z474jnv7p5lv01ak2mk2hib3rj5rz1zr8v2v5pnciqbijl"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -112,11 +112,10 @@
|
||||||
'("Gwen" "clsocket" "enet" "glad" "imgui"
|
'("Gwen" "clsocket" "enet" "glad" "imgui"
|
||||||
"lua-5.2.3" "midi" "minizip" "openvr"
|
"lua-5.2.3" "midi" "minizip" "openvr"
|
||||||
"optionalX11" "serial" "zlib")))
|
"optionalX11" "serial" "zlib")))
|
||||||
;; These need files from ThirdPartyLibs
|
;; These need files from ThirdPartyLibs.
|
||||||
(substitute* "Extras/CMakeLists.txt"
|
(substitute* "Extras/CMakeLists.txt"
|
||||||
(("BulletRobotics") "")
|
(("BulletRobotics") ""))
|
||||||
(("obj2sdf") ""))
|
;; Tests fail on linking, cannot find -lBussIK.
|
||||||
;; Tests fail on linking, cannot find -lBussIK
|
|
||||||
(substitute* "test/CMakeLists.txt"
|
(substitute* "test/CMakeLists.txt"
|
||||||
((" InverseDynamics")
|
((" InverseDynamics")
|
||||||
"../examples/ThirdPartyLibs/BussIK InverseDynamics"))
|
"../examples/ThirdPartyLibs/BussIK InverseDynamics"))
|
||||||
|
@ -133,7 +132,7 @@
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remove-failing-tests
|
(add-after 'unpack 'remove-failing-tests
|
||||||
;; These tests fail specifically after removing 3rd party code
|
;; These tests fail specifically after removing 3rd party code.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/SharedMemory/CMakeLists.txt"
|
(substitute* "test/SharedMemory/CMakeLists.txt"
|
||||||
(("ADD_TEST") "# ADD_TEST"))
|
(("ADD_TEST") "# ADD_TEST"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue