Skip to content

Commit 26da54d

Browse files
EvilMcStevilSteve Brain
andauthored
[pthreadpool] Updated pthreadpool to latest (#46626)
Co-authored-by: Steve Brain <[email protected]>
1 parent 6cac075 commit 26da54d

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

ports/pthreadpool/fix-cmakelists.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ index 09d57b2..57d3a2c 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -4,8 +4,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
6-
PROJECT(pthreadpool C CXX)
6+
PROJECT(pthreadpool C)
77

88
# ---[ Options.
99
-SET(PTHREADPOOL_LIBRARY_TYPE "default" CACHE STRING "Type of library (shared, static, or default) to build")

ports/pthreadpool/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif()
55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO Maratyszcza/pthreadpool
8-
REF 052e441b70091656199e2283fb1c16a7db6f0f85 # there is a too much gap from the last release...
9-
SHA512 33be676e65719ae8510ec4e8254809033528802681870f8c91b083ce4006e5f630b80207a7e675464b406a785cb45bc74628996ea4817c02816b7b58ddf3a2bc
8+
REF 560c60d342a76076f0557a3946924c6478470044 #2024-11-04
9+
SHA512 d23e764e9a02f34210b3b9c5a66dae3b9e8211de6f78ec9b2672c19c48f364f4edb268ab77b1adf2802a3c35c6857deba81e48a658caa1a587fe8f3493a07f59
1010
PATCHES
1111
fix-cmakelists.patch
1212
fix-uwp.patch

ports/pthreadpool/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "pthreadpool",
3-
"version-date": "2020-04-10",
4-
"port-version": 3,
3+
"version-date": "2024-11-04",
54
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
65
"homepage": "https://github.com/Maratyszcza/pthreadpool",
76
"dependencies": [

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7625,8 +7625,8 @@
76257625
"port-version": 1
76267626
},
76277627
"pthreadpool": {
7628-
"baseline": "2020-04-10",
7629-
"port-version": 3
7628+
"baseline": "2024-11-04",
7629+
"port-version": 0
76307630
},
76317631
"pthreads": {
76327632
"baseline": "3.0.0",

versions/p-/pthreadpool.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "00e018a68469e72cd73c387435107bf76b29967c",
5+
"version-date": "2024-11-04",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "e94ea81d9b3d3603132014397b58c039ae6b98f5",
510
"version-date": "2020-04-10",

0 commit comments

Comments
 (0)