diff options
| author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2017-05-22 16:29:09 -0500 |
|---|---|---|
| committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2017-05-23 07:59:44 -0500 |
| commit | 633d52348b249299e68ec4328ea9a25f1c8640eb (patch) | |
| tree | 5fec57a74c8d4e75279907f2b2002f77089b7002 /ports/hpx/CONTROL | |
| parent | 3b55cb075437f03259b386a0d62db935d08e569b (diff) | |
| download | vcpkg-633d52348b249299e68ec4328ea9a25f1c8640eb.tar.gz vcpkg-633d52348b249299e68ec4328ea9a25f1c8640eb.zip | |
Adding another patch enabling to build HPX if UNICODE is set
Diffstat (limited to 'ports/hpx/CONTROL')
| -rw-r--r-- | ports/hpx/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL index e6bfb7e1e..c1433102a 100644 --- a/ports/hpx/CONTROL +++ b/ports/hpx/CONTROL @@ -1,5 +1,5 @@ Source: hpx -Version: 1.0.0 +Version: 1.0.0-3 Build-Depends: boost, hwloc 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. |
