Skip to content

Commit 92719d5

Browse files
shyun3bgilbert
authored andcommitted
boost-mp11: new wrap
1 parent f62f0b6 commit 92719d5

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@
225225
"0.10.0-1"
226226
]
227227
},
228+
"boost-mp11": {
229+
"dependency_names": [
230+
"boost-mp11"
231+
],
232+
"versions": [
233+
"1.83.0-1"
234+
]
235+
},
228236
"box2d": {
229237
"dependency_names": [
230238
"box2d"

subprojects/boost-mp11.wrap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[wrap-file]
2+
directory = mp11-boost-1.83.0
3+
source_url = https://github.com/boostorg/mp11/archive/refs/tags/boost-1.83.0.zip
4+
source_filename = boost-mp11-1.83.0.zip
5+
source_hash = 6ed44d67aa6dc8fedb6264afde9f918a94912b7e10be691680f2693e0825c0ee
6+
patch_directory = boost-mp11
7+
8+
[provide]
9+
dependency_names = boost-mp11
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
project(
2+
'boost-mp11',
3+
'cpp',
4+
version: '1.83.0',
5+
license: 'BSL-1.0',
6+
default_options: ['cpp_std=c++11'],
7+
)
8+
9+
boost_mp11_dep = declare_dependency(
10+
include_directories: 'include',
11+
)
12+
13+
meson.override_dependency('boost-mp11', boost_mp11_dep)

0 commit comments

Comments
 (0)