mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[concurrencpp] Update to 0.1.5 (#26963)
* Update concurrencpp to 0.1.5 * Update CI baseline * Update ci.baseline.txt Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
63927d81be
commit
f6db2412a0
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO David-Haim/concurrencpp
|
REPO David-Haim/concurrencpp
|
||||||
REF v.0.1.4
|
REF v.0.1.5
|
||||||
SHA512 494680b8a642d9c2ad1e31a6b52ecac672af7b8ba2213fc6b0d525968bd27122c9b3c7105286af22fd6ebfa3cee4bb3b2c8948062418ad8419a305f7c3df0d4b
|
SHA512 94f2c4896e3455284874ea1dc7b4a836a5dd634b15b8582e90eaa7b4200e992f7744f025fac2cdb15471da104b40da97072b05bbe6eebecd0146622b747120ca
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
fix-include-path.patch
|
fix-include-path.patch
|
||||||
@ -18,6 +18,6 @@ vcpkg_cmake_install()
|
|||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
|
||||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/concurrencpp-0.1.4)
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/concurrencpp-0.1.5)
|
||||||
|
|
||||||
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)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "concurrencpp",
|
"name": "concurrencpp",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"port-version": 1,
|
|
||||||
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
|
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
|
||||||
"homepage": "https://github.com/David-Haim/concurrencpp/",
|
"homepage": "https://github.com/David-Haim/concurrencpp/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -152,6 +152,7 @@ colmap:x64-windows-static=fail
|
|||||||
colmap:x64-windows-static-md=fail
|
colmap:x64-windows-static-md=fail
|
||||||
|
|
||||||
concurrencpp:x64-linux=fail
|
concurrencpp:x64-linux=fail
|
||||||
|
concurrencpp:x64-osx=fail
|
||||||
constexpr-contracts:x64-linux=fail
|
constexpr-contracts:x64-linux=fail
|
||||||
coolprop:arm-uwp=fail
|
coolprop:arm-uwp=fail
|
||||||
coolprop:x64-uwp=fail
|
coolprop:x64-uwp=fail
|
||||||
|
@ -1561,8 +1561,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"concurrencpp": {
|
"concurrencpp": {
|
||||||
"baseline": "0.1.4",
|
"baseline": "0.1.5",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"concurrentqueue": {
|
"concurrentqueue": {
|
||||||
"baseline": "1.0.3",
|
"baseline": "1.0.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b83d01e0edaa7fa36ca4e67542201b5fc7354b58",
|
||||||
|
"version": "0.1.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ecae9e070ec807384d676e49c413118174487f6a",
|
"git-tree": "ecae9e070ec807384d676e49c413118174487f6a",
|
||||||
"version": "0.1.4",
|
"version": "0.1.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user