[marl] Update to 2020-05-20 (#11465)

* [marl] Update to 2020-05-20

* [marl] Update to 2020-05-21
This commit is contained in:
myd7349 2020-05-22 02:35:54 +08:00 committed by GitHub
parent bfcc390dcb
commit 30cae466ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 14 deletions

View File

@ -1,5 +1,5 @@
Source: marl
Version: 2019-09-13
Version: 2020-05-21
Description: A hybrid thread/fiber task scheduler written in C++ 11
Homepage: https://github.com/google/marl
Supports: !uwp
Supports: !uwp

View File

@ -1,16 +1,12 @@
include(vcpkg_common_functions)
if(VCPKG_TARGET_IS_UWP)
message(FATAL_ERROR "This port doesn't support UWP currently!")
endif()
vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/marl
REF bf3e23083979c3bd3de1c77346b655eec423b3bc
SHA512 8c85b9a2b7e3cb397fc11c4bf32c5f62d4113ab6af92861c93472299f1b9296edef4dd8d1eb24db242fe55b52f33d2e058a4ce91fbaa793ffa4d5f4c8e336251
REF 00433d41804f52af29ef6f386f4c479f48c63e66
SHA512 8e86121cf212e4d7d2cfb1387a8f4c7749c82b8e916f4ea517d0a67696fefa91d900ffcf6f6358586cc341e8620ccb03ce2505b7828fd56a9d7561b9a2523bfd
HEAD_REF master
)
@ -27,8 +23,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
# CMake integration test
vcpkg_test_cmake(PACKAGE_NAME ${PORT})
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)