From 9a0652b87002b671a3dd90038461f912d368a398 Mon Sep 17 00:00:00 2001 From: Igor Kostenko Date: Tue, 19 May 2020 22:57:41 +0100 Subject: [PATCH] [parallelstl] update to 20200330 (#11379) * [parallelstl] update to 20200330 * code review Co-authored-by: nicole mazzuca --- ports/parallelstl/CONTROL | 2 +- ports/parallelstl/portfile.cmake | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports/parallelstl/CONTROL b/ports/parallelstl/CONTROL index de0c81a04..4b7b0549a 100644 --- a/ports/parallelstl/CONTROL +++ b/ports/parallelstl/CONTROL @@ -1,5 +1,5 @@ Source: parallelstl -Version: 20191218 +Version: 20200330 Homepage: https://github.com/intel/parallelstl Description: Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, as specified in ISO/IEC 14882:2017 standard, commonly called C++17. Build-Depends: tbb \ No newline at end of file diff --git a/ports/parallelstl/portfile.cmake b/ports/parallelstl/portfile.cmake index 8d0558d49..a082b8b2b 100644 --- a/ports/parallelstl/portfile.cmake +++ b/ports/parallelstl/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO intel/parallelstl #20191218 - REF 37761e15f62c03b7eb179db64ef930a69f33dfac - SHA512 dc8c875f692043b6f10ce7faf034e07536978537ea2a3d545be499cfa047f0c362c5109eb744a41dc0c92bd0fc56d98505183444bd376aeb257c9204480e6668 + REPO intel/parallelstl + REF 0241743d73bb405b16d9c4a24b693e4533dc34a7 # 20200330 + SHA512 cd2f1b60639e9da35a722bdef0bc6420ddca064e3bff979d8a6ea591fb43865b7614c811bced642fd5ff1fab659da1dfaa248dc2b321db7f27d0e74544a2f21e HEAD_REF master PATCHES fix-cmakelist.patch @@ -25,4 +25,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)