mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:22:52 +08:00
[parallelstl] update to 20200330 (#11379)
* [parallelstl] update to 20200330 * code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
f23ebed76f
commit
9a0652b870
@ -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
|
@ -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)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
Loading…
Reference in New Issue
Block a user