Skip to content

Commit

Permalink
[libfork] update to version 3.8.0 (#38678)
Browse files Browse the repository at this point in the history
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
  • Loading branch information
ConorWilliams committed May 15, 2024
1 parent bcb354d commit 28c4ec8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 5 additions & 3 deletions ports/libfork/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO conorwilliams/libfork
REF "v${VERSION}"
SHA512 1e94f91924abdda8950af634896fcdc6317b6487a4b51619733758291d3fa2ba9004f9204440b2e6a827b5ba417503e7120e4d32cf3bb3a96495792efb14fcfc
SHA512 38a8a6fe0f360f1caa123b227996490f192f8b58340ecb5d91922c15d7ca9b364031716e139a3ab0d89cd7cdf3bfb22fcf75272e76a40513c55adaf00ff6454d
HEAD_REF main
)

vcpkg_find_acquire_program(PKGCONFIG)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS "-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}"
)

vcpkg_cmake_install()
Expand All @@ -19,4 +22,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" COPYONLY)

3 changes: 1 addition & 2 deletions ports/libfork/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "libfork",
"version": "3.7.1",
"version": "3.8.0",
"description": "A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.",
"homepage": "https://github.com/conorwilliams/libfork",
"license": "MPL-2.0",
"dependencies": [
"boost-atomic",
"hwloc",
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4401,7 +4401,7 @@
"port-version": 0
},
"libfork": {
"baseline": "3.7.1",
"baseline": "3.8.0",
"port-version": 0
},
"libfort": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libfork.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8c3e789dbb84c293f93d02356c7c889d7fc91a5e",
"version": "3.8.0",
"port-version": 0
},
{
"git-tree": "5217dcb7548a52356e0ead8c0c671fa4ee4efa41",
"version": "3.7.1",
Expand Down

0 comments on commit 28c4ec8

Please sign in to comment.