aboutsummaryrefslogtreecommitdiff
path: root/ports/hpx/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-12-20 23:47:39 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-12-20 23:47:39 -0800
commit1e7b70493976c9e4f822adcb95fcc307a3f548a4 (patch)
treecafb79678147b571110f039d2950d9a9fba688fa /ports/hpx/CONTROL
parent4e6678ba9dd1291439143fccc603b614f7baa9f0 (diff)
downloadvcpkg-1e7b70493976c9e4f822adcb95fcc307a3f548a4.tar.gz
vcpkg-1e7b70493976c9e4f822adcb95fcc307a3f548a4.zip
[hpx] Handle boost breaking changes. Fixes #2416.
Diffstat (limited to 'ports/hpx/CONTROL')
-rw-r--r--ports/hpx/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL
index efac88780..6956312c8 100644
--- a/ports/hpx/CONTROL
+++ b/ports/hpx/CONTROL
@@ -1,5 +1,5 @@
Source: hpx
-Version: 1.0.0-6
+Version: 1.0.0-7
Build-Depends: hwloc, boost-chrono, boost-date-time, boost-filesystem, boost-program-options, boost-regex, boost-system, boost-thread, boost-context, boost-iostreams, boost-random, boost-atomic, boost-asio, boost-dynamic-bitset, boost-assign, boost-format, boost-signals2, boost-parameter, boost-bimap, boost-accumulators, boost-lockfree, boost-icl
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.