[stlab] fix core build (#30819)

This commit is contained in:
autoantwort 2023-04-13 21:51:30 +02:00 committed by GitHub
parent 7d8c95ec3b
commit 49ec128d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View File

@ -6,10 +6,17 @@ vcpkg_from_github(
HEAD_REF main
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
cpp17shims STLAB_USE_BOOST_CPP17_SHIMS
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
${FEATURE_OPTIONS}
-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=ON
)
vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{
"name": "stlab",
"version": "1.7.1",
"port-version": 1,
"description": [
"stlab is the ongoing work of what was Adobe Software Technology Lab.",
"The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures."

View File

@ -7642,7 +7642,7 @@
},
"stlab": {
"baseline": "1.7.1",
"port-version": 0
"port-version": 1
},
"stormlib": {
"baseline": "2019-05-10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "abb069e17e53344d850ff3b01ebf636a1734a6e0",
"version": "1.7.1",
"port-version": 1
},
{
"git-tree": "82ee8586032e3eb89368644e78fe4a4726a17774",
"version": "1.7.1",