diff options
| author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2020-01-22 13:58:31 -0600 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-22 11:58:31 -0800 |
| commit | 9642b948d3fea28344758b16d344d9e4b896acd0 (patch) | |
| tree | 5e0cd29e1544ee0658b0761feaed9fba6a950fca /ports/hpx/CONTROL | |
| parent | 2831e429f44e8a6d3b28abd891eb7fceec52d53e (diff) | |
| download | vcpkg-9642b948d3fea28344758b16d344d9e4b896acd0.tar.gz vcpkg-9642b948d3fea28344758b16d344d9e4b896acd0.zip | |
Updating HPX to V1.4 (#9773)
* Updating HPX to V1.4
* Remove include(vcpkg_common_functions)
Diffstat (limited to 'ports/hpx/CONTROL')
| -rw-r--r-- | ports/hpx/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL index a9d5059d4..296efc1bf 100644 --- a/ports/hpx/CONTROL +++ b/ports/hpx/CONTROL @@ -1,6 +1,6 @@ Source: hpx
-Version: 1.3.0-2
-Build-Depends: hwloc, boost-accumulators, boost-algorithm, boost-asio, boost-assign, boost-bimap, boost-chrono, 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.4.0-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
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.
|
