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 /ports | |
| parent | 4d0234f8ad5db84df218df48224697a1f44f0f49 (diff) | |
| download | vcpkg-77c6c342230b682dac2395fe2a67278f19801fd2.tar.gz vcpkg-77c6c342230b682dac2395fe2a67278f19801fd2.zip | |
[hpx] Adding HPX V1.6.0 (#16264)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/hpx/CONTROL | 6 | ||||
| -rw-r--r-- | ports/hpx/portfile.cmake | 8 |
2 files changed, 7 insertions, 7 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 |
