diff options
| author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2021-02-20 23:28:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 21:28:57 -0800 |
| commit | 77c6c342230b682dac2395fe2a67278f19801fd2 (patch) | |
| tree | 43528f271cb44fd707252a77a32c243575bed4c2 | |
| parent | 4d0234f8ad5db84df218df48224697a1f44f0f49 (diff) | |
| download | vcpkg-77c6c342230b682dac2395fe2a67278f19801fd2.tar.gz vcpkg-77c6c342230b682dac2395fe2a67278f19801fd2.zip | |
[hpx] Adding HPX V1.6.0 (#16264)
| -rw-r--r-- | ports/hpx/CONTROL | 6 | ||||
| -rw-r--r-- | ports/hpx/portfile.cmake | 8 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/h-/hpx.json | 5 |
4 files changed, 14 insertions, 9 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL index df2660cf2..021b412c5 100644 --- a/ports/hpx/CONTROL +++ b/ports/hpx/CONTROL @@ -1,7 +1,7 @@ Source: hpx
-Version: 1.5.1
-Port-Version: 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
+Version: 1.6.0
+Port-Version: 0
+Build-Depends: hwloc, boost-accumulators, 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.
diff --git a/ports/hpx/portfile.cmake b/ports/hpx/portfile.cmake index f06dcacdb..28143f171 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.1 - SHA512 ab2603adca8780808b62b55f57a03bf8491b805665831c1c484eeba8e7b306bb3269884c8940ad2fc4c5b0d679c54b1e33bc077cdb7ea6d1cb9a715ff70b9842 + REF 1.6.0 + SHA512 cd717db3812fc26117d72c8afa654972b16f7059d8e6965484edd938788f3369fcd5ca791eee80e803703d6f3c39b3a3cd0525ab9f58ff1312e1b49f06ce67bc HEAD_REF stable ) @@ -48,8 +48,8 @@ vcpkg_replace_string( vcpkg_replace_string( "${CURRENT_PACKAGES_DIR}/share/${PORT}/HPXMacros.cmake" - "set(CMAKE_MODULE_PATH \${CMAKE_MODULE_PATH} \"\${CMAKE_CURRENT_LIST_DIR}\")" - "list(APPEND CMAKE_MODULE_PATH \"\${CMAKE_CURRENT_LIST_DIR}\")") + "set(CMAKE_MODULE_PATH \${CMAKE_MODULE_PATH}" + "list(APPEND CMAKE_MODULE_PATH") file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt diff --git a/versions/baseline.json b/versions/baseline.json index 33db3591f..e0a25ac7d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2413,8 +2413,8 @@ "port-version": 0 }, "hpx": { - "baseline": "1.5.1", - "port-version": 1 + "baseline": "1.6.0", + "port-version": 0 }, "http-parser": { "baseline": "2.9.4", diff --git a/versions/h-/hpx.json b/versions/h-/hpx.json index 8076c8605..04b0fbd2c 100644 --- a/versions/h-/hpx.json +++ b/versions/h-/hpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3e07ee0cdfdf093d41ddb40267f5910f71bfd944", + "version-string": "1.6.0", + "port-version": 0 + }, + { "git-tree": "0d953f6271ca1239062cf9d4d4854820c5f853a3", "version-string": "1.5.1", "port-version": 1 |
