[bshoshany-thread-pool] Updated to v3.0.0 (#25262)

* [bshoshany-thread-pool] Updated to v3.0.0

* [bshoshany-thread-pool] Updated to v3.0.0
This commit is contained in:
Barak Shoshany 2022-06-16 17:06:49 -04:00 committed by GitHub
parent dc7478734e
commit f5a0eb2b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 13 deletions

View File

@ -1,19 +1,13 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF v2.0.0
SHA512 eac1674ea999d25d8d0b8f1b24714830330ba4d345e3f730e49359bae89d9259e429d48357a45f7b4355cbbe1a63f04e7fe2c4e0be08b3bbea51018c62721fcc
REF v3.0.0
SHA512 009c45bdca7555d7446add9bdfd1080d1af09071f94034933bf09629425b6945b708e41cd572b0eb270fd53a1e8a57eed606378d147c88e9f05eaf6fd89d88c9
HEAD_REF master
)
# Install headers (header-only):
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/*.hpp")
file(INSTALL
"${HEADER_FILES}"
DESTINATION "${CURRENT_PACKAGES_DIR}/include"
)
file(INSTALL "${HEADER_FILES}" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,9 @@
{
"name": "bshoshany-thread-pool",
"version": "2.0.0",
"description": "A C++17 Thread Pool for High-Performance Scientific Computing",
"homepage": "https://github.com/bshoshany/thread-pool"
"version": "3.0.0",
"maintainers": "Barak Shoshany <baraksh@gmail.com>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool",
"documentation": "https://github.com/bshoshany/thread-pool/blob/master/README.md",
"license": "MIT"
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "76370f19ee1a5791b57631d57ced31da022f8d3e",
"version": "3.0.0",
"port-version": 0
},
{
"git-tree": "5ce890350a3e619b459eac4f676aa3e0858316b4",
"version": "2.0.0",

View File

@ -1169,7 +1169,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "2.0.0",
"baseline": "3.0.0",
"port-version": 0
},
"bsio": {