diff --git a/ports/hpx/hpx-1.7.0-format-from-string.patch b/ports/hpx/hpx-1.7.0-format-from-string.patch deleted file mode 100644 index 2aa2d3eb4c154c..00000000000000 --- a/ports/hpx/hpx-1.7.0-format-from-string.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/libs/core/format/include/hpx/util/from_string.hpp b/libs/core/format/include/hpx/util/from_string.hpp -index 07eb9b68dfb..c3d0d857143 100644 ---- a/libs/core/format/include/hpx/util/from_string.hpp -+++ b/libs/core/format/include/hpx/util/from_string.hpp -@@ -10,6 +10,7 @@ - #include - - #include -+#include - #include - #include - #include diff --git a/ports/hpx/portfile.cmake b/ports/hpx/portfile.cmake index aee67742ec3540..e8bbd3a569f20d 100644 --- a/ports/hpx/portfile.cmake +++ b/ports/hpx/portfile.cmake @@ -4,11 +4,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO STEllAR-GROUP/hpx - REF 1.7.0 - SHA512 052b3278710d8047c8e0e0979a668aa5161c495fcd12b089dd5039c64bd414b4ec0b96dfcd414d68e0db5b31c360dffb84374413c53794f37ce77d9cabc89518 + REF 1.7.1 + SHA512 6bdb294da393a198abf81d5f63799a066334755eed0fda40bbfc4e9a774b6e19a3e5ad7ab45c989d31f3797e7b547bb552c29f51b552d9a79d166f86aee375a3 HEAD_REF stable - PATCHES - hpx-1.7.0-format-from-string.patch ) vcpkg_configure_cmake( diff --git a/ports/hpx/vcpkg.json b/ports/hpx/vcpkg.json index fdb0c630612dd5..f628a848af6644 100644 --- a/ports/hpx/vcpkg.json +++ b/ports/hpx/vcpkg.json @@ -1,6 +1,6 @@ { "name": "hpx", - "version-string": "1.7.0", + "version-semver": "1.7.1", "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." diff --git a/versions/baseline.json b/versions/baseline.json index 94f34acba5d7a8..dc2426e128d2a4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2549,7 +2549,7 @@ "port-version": 1 }, "hpx": { - "baseline": "1.7.0", + "baseline": "1.7.1", "port-version": 0 }, "http-parser": { diff --git a/versions/h-/hpx.json b/versions/h-/hpx.json index fc9d09da7f7899..84c8a4d9fa54d5 100644 --- a/versions/h-/hpx.json +++ b/versions/h-/hpx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d55f05944b91ea48152696beb48444cad53ba8e1", + "version-semver": "1.7.1", + "port-version": 0 + }, { "git-tree": "6abaf9002afc0d46fd8700438776403d63959ebf", "version-string": "1.7.0",