Skip to content

Commit

Permalink
[hpx] no absolute paths (#21699)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Dec 2, 2021
1 parent 756c6c2 commit 8b8cf71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/hpx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ vcpkg_fixup_pkgconfig()

vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/bin/hpxcxx" "\"${CURRENT_PACKAGES_DIR}\"" "os.path.dirname(os.path.dirname(os.path.realpath(__file__)))")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/bin/hpxcxx" "\"${CURRENT_PACKAGES_DIR}/debug\"" "os.path.dirname(os.path.dirname(os.path.realpath(__file__)))")
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/hpx/HPXCacheVariables.cmake")

vcpkg_copy_pdbs()
2 changes: 1 addition & 1 deletion ports/hpx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hpx",
"version-semver": "1.7.1",
"port-version": 2,
"port-version": 3,
"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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@
},
"hpx": {
"baseline": "1.7.1",
"port-version": 2
"port-version": 3
},
"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": "ca0e813d228cd5ea6e5c05ae81e7e89e825783d0",
"version-semver": "1.7.1",
"port-version": 3
},
{
"git-tree": "e3376f2a4ca78e32a29511450453e154cdb08a2a",
"version-semver": "1.7.1",
Expand Down

0 comments on commit 8b8cf71

Please sign in to comment.