Skip to content

Commit afaf2b2

Browse files
committed
jolt: add 5.3.0 wrap
1 parent 2a1a273 commit afaf2b2

File tree

5 files changed

+765
-0
lines changed

5 files changed

+765
-0
lines changed

ci_config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,13 @@
496496
"libpng"
497497
]
498498
},
499+
"joltphysics": {
500+
"_comment": "Very math-y library so enable optimizations to make tests run faster",
501+
"build_options": [
502+
"joltphysics:tests=enabled",
503+
"buildtype=debugoptimized"
504+
]
505+
},
499506
"json-glib": {
500507
"_comment": [
501508
"- gettext is not optional: https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/50",

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,14 @@
17171717
"2.1-1"
17181718
]
17191719
},
1720+
"joltphysics": {
1721+
"dependency_names": [
1722+
"Jolt"
1723+
],
1724+
"versions": [
1725+
"5.3.0-1"
1726+
]
1727+
},
17201728
"json": {
17211729
"versions": [
17221730
"3.2.0-1",

subprojects/joltphysics.wrap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[wrap-file]
2+
directory = JoltPhysics-5.3.0
3+
source_url = https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v5.3.0.tar.gz
4+
source_hash = e7f9621e480646c434150e1fbe3a9410f4ec4b04ffe54791e0678326b741b918
5+
source_filename = JoltPhysics-5.3.0.tar.gz
6+
patch_directory = joltphysics
7+
8+
[provide]
9+
dependency_names = Jolt

0 commit comments

Comments
 (0)