Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"bshoshany-thread-pool"
],
"versions": [
"5.1.0-1",
"5.0.0-1",
"4.1.0-1",
"4.0.1-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/bshoshany-thread-pool.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = thread-pool-5.0.0
source_url = https://github.com/bshoshany/thread-pool/archive/refs/tags/v5.0.0.zip
source_filename = thread-pool-5.0.0.zip
source_hash = d3e4be162c45ac784ac6fb2096f9494469571a3473a18829c2adae1aab67cfbc
directory = thread-pool-5.1.0
source_url = https://github.com/bshoshany/thread-pool/archive/refs/tags/v5.1.0.zip
source_filename = thread-pool-5.1.0.zip
source_hash = ce4364b65d68465d6c8bc764997b3129178e0a52e6645443e7748973280f15d0
patch_directory = bshoshany-thread-pool

[provide]
Expand Down
8 changes: 3 additions & 5 deletions subprojects/packagefiles/bshoshany-thread-pool/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(
'bshoshany-thread-pool',
'cpp',
version: '5.0.0',
version: '5.1.0',
license: 'MIT',
meson_version: '>=0.47.0',
meson_version: '>=0.56.0',

Check warning on line 6 in subprojects/packagefiles/bshoshany-thread-pool/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.63.0

0.56.0: oldest version supported by WrapDB 0.63.0: cpp_std in subproject default_options
default_options: ['cpp_std=c++17'],
)

Expand All @@ -25,6 +25,4 @@
install_headers('include/BS_thread_pool.hpp', 'modules/BS.thread_pool.cppm')
endif

if meson.version().version_compare('>=0.54.0')
meson.override_dependency('bshoshany-thread-pool', bshoshany_thread_pool_dep)
endif
meson.override_dependency('bshoshany-thread-pool', bshoshany_thread_pool_dep)