Skip to content

Commit

Permalink
[hpx] Update to V1.10.0 (microsoft#39019)
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
hkaiser authored May 30, 2024
1 parent aba6a34 commit 37630ac
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 66 deletions.
21 changes: 0 additions & 21 deletions ports/hpx/fix-debug.patch

This file was deleted.

15 changes: 0 additions & 15 deletions ports/hpx/fix-dependency-hwloc.patch

This file was deleted.

13 changes: 0 additions & 13 deletions ports/hpx/fix_output_name_clash.patch

This file was deleted.

14 changes: 1 addition & 13 deletions ports/hpx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,12 @@ if(VCPKG_TARGET_IS_WINDOWS)
endif()
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" HPX_WITH_STATIC_LINKING)

vcpkg_download_distfile(
MSVC_STATIC_VARIABLES_PATCH
URLS https://github.com/STEllAR-GROUP/hpx/commit/6c378813a7e2304a3a0c8900156f147a3a44b0cb.patch?full_index=1
SHA512 6ed2ec4eab9593d8d1a76da183dd4ceb5ac332f50b0b5cd3a81c74248c61eeb869d301a33e266d06c5f8ddf041da6cd29d1b89b38e51527716a6e557b4a7e66e
FILENAME hpx-6c378813a7e2304a3a0c8900156f147a3a44b0cb.patch
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO STEllAR-GROUP/hpx
REF "v${VERSION}"
SHA512 a7972beada950cf6ef3b61f20496a08b220e4f48c28c11d57c20683906ca5124a9f36ac2552318883a5ab1db6efdbf63d1141b6e0c484c560a8c1311ae2d7090
SHA512 e1cc9fa72cba4e66b5d6eff2487e93d5d553c32e6eebcfe9131bf69c5b595ab72295ff0986c81d5dc6a7caa8303d6709df91333f64efe59ee256d99a8c289dc5
HEAD_REF master
PATCHES
fix-dependency-hwloc.patch
fix-debug.patch
fix_output_name_clash.patch
"${MSVC_STATIC_VARIABLES_PATCH}"
)

vcpkg_check_features(
Expand Down
3 changes: 1 addition & 2 deletions ports/hpx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hpx",
"version": "1.9.1",
"port-version": 1,
"version": "1.10.0",
"description": [
"The C++ Standards Library for Concurrency and Parallelism",
"HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3441,8 +3441,8 @@
"port-version": 0
},
"hpx": {
"baseline": "1.9.1",
"port-version": 1
"baseline": "1.10.0",
"port-version": 0
},
"http-parser": {
"baseline": "2.9.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hpx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "16c5c4ecb6757b7217dedd324cc1e86e9d5694e1",
"version": "1.10.0",
"port-version": 0
},
{
"git-tree": "f2a5820cd03a2049446ae18d5e98f99ae6eb7fa7",
"version": "1.9.1",
Expand Down

0 comments on commit 37630ac

Please sign in to comment.