aboutsummaryrefslogtreecommitdiff
path: root/ports/hpx/CONTROL
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2020-09-03 13:27:20 -0500
committerGitHub <noreply@github.com>2020-09-03 11:27:20 -0700
commit77b9beb59312f85602282def9b4bbd1744f16d40 (patch)
tree1b99c20fa7481b8a8d158de0a59e274350223ae8 /ports/hpx/CONTROL
parent99754d1c0b5c2bcec659823ca7362873302d1904 (diff)
downloadvcpkg-77b9beb59312f85602282def9b4bbd1744f16d40.tar.gz
vcpkg-77b9beb59312f85602282def9b4bbd1744f16d40.zip
Adapting for HPX V1.5 (#13309)
Diffstat (limited to 'ports/hpx/CONTROL')
-rw-r--r--ports/hpx/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL
index 4bc7d7b62..8363947af 100644
--- a/ports/hpx/CONTROL
+++ b/ports/hpx/CONTROL
@@ -1,6 +1,6 @@
Source: hpx
-Version: 1.4.1-1
-Build-Depends: hwloc, boost-accumulators, boost-algorithm, boost-asio, boost-assign, 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
+Version: 1.5.0
+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
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.