зеркало из https://github.com/microsoft/vcpkg.git
[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:
Родитель
63927d81be
Коммит
f6db2412a0
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO David-Haim/concurrencpp
|
||||
REF v.0.1.4
|
||||
SHA512 494680b8a642d9c2ad1e31a6b52ecac672af7b8ba2213fc6b0d525968bd27122c9b3c7105286af22fd6ebfa3cee4bb3b2c8948062418ad8419a305f7c3df0d4b
|
||||
REF v.0.1.5
|
||||
SHA512 94f2c4896e3455284874ea1dc7b4a836a5dd634b15b8582e90eaa7b4200e992f7744f025fac2cdb15471da104b40da97072b05bbe6eebecd0146622b747120ca
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-include-path.patch
|
||||
|
@ -18,6 +18,6 @@ vcpkg_cmake_install()
|
|||
|
||||
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)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "concurrencpp",
|
||||
"version": "0.1.4",
|
||||
"port-version": 1,
|
||||
"version": "0.1.5",
|
||||
"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/",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -152,6 +152,7 @@ colmap:x64-windows-static=fail
|
|||
colmap:x64-windows-static-md=fail
|
||||
|
||||
concurrencpp:x64-linux=fail
|
||||
concurrencpp:x64-osx=fail
|
||||
constexpr-contracts:x64-linux=fail
|
||||
coolprop:arm-uwp=fail
|
||||
coolprop:x64-uwp=fail
|
||||
|
|
|
@ -1561,8 +1561,8 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"concurrencpp": {
|
||||
"baseline": "0.1.4",
|
||||
"port-version": 1
|
||||
"baseline": "0.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"concurrentqueue": {
|
||||
"baseline": "1.0.3",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b83d01e0edaa7fa36ca4e67542201b5fc7354b58",
|
||||
"version": "0.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ecae9e070ec807384d676e49c413118174487f6a",
|
||||
"version": "0.1.4",
|
||||
|
|
Загрузка…
Ссылка в новой задаче