aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2020-10-07 03:07:05 -0500
committerGitHub <noreply@github.com>2020-10-07 01:07:05 -0700
commit367bc36f3a5a613b988ef149ecd8e5375f9b7b2a (patch)
tree8ee1ce37ce061c7576b27b8667ace894d38d67fe
parent80959b93b9fae856629c8e89c3ea0a96541aff19 (diff)
downloadvcpkg-367bc36f3a5a613b988ef149ecd8e5375f9b7b2a.tar.gz
vcpkg-367bc36f3a5a613b988ef149ecd8e5375f9b7b2a.zip
Adapting for HPX V1.5.1 (#13853)
-rw-r--r--ports/hpx/CONTROL2
-rw-r--r--ports/hpx/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL
index 8363947af..9c39aa2e1 100644
--- a/ports/hpx/CONTROL
+++ b/ports/hpx/CONTROL
@@ -1,5 +1,5 @@
Source: hpx
-Version: 1.5.0
+Version: 1.5.1
Build-Depends: hwloc, boost-accumulators, boost-algorithm, boost-asio, boost-bimap, boost-config, boost-context, boost-dynamic-bitset, boost-exception, boost-filesystem, boost-iostreams, boost-lockfree, boost-program-options, boost-range, boost-spirit, boost-system, boost-throw-exception, boost-variant, boost-winapi
Homepage: https://github.com/STEllAR-GROUP/hpx
Description: The C++ Standards Library for Concurrency and Parallelism
diff --git a/ports/hpx/portfile.cmake b/ports/hpx/portfile.cmake
index dc0129861..9f671b257 100644
--- a/ports/hpx/portfile.cmake
+++ b/ports/hpx/portfile.cmake
@@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO STEllAR-GROUP/hpx
- REF 1.5.0
- SHA512 3ce52def94d2d76bc19f0c3a411581a69af95123bbc38b4bd777b8d89523d0e22769ac2e7bb62c756f0126f39c378dfdd503a10499d3497bfe40cc71c046c70b
+ REF 1.5.1
+ SHA512 ab2603adca8780808b62b55f57a03bf8491b805665831c1c484eeba8e7b306bb3269884c8940ad2fc4c5b0d679c54b1e33bc077cdb7ea6d1cb9a715ff70b9842
HEAD_REF stable
)