[boost-fiber] Enable x64-osx (#26918)

* [boost-fiber] Enable osx

* Update versions

* Update boost generator

* Update boost generator
This commit is contained in:
Kai Pastor 2022-09-28 00:51:05 +02:00 committed by GitHub
parent a71c7421e2
commit e1ebdb654a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,11 @@
{ {
"name": "boost-fiber", "name": "boost-fiber",
"version": "1.80.0", "version": "1.80.0",
"port-version": 1,
"description": "Boost fiber module", "description": "Boost fiber module",
"homepage": "https://github.com/boostorg/fiber", "homepage": "https://github.com/boostorg/fiber",
"license": "BSL-1.0", "license": "BSL-1.0",
"supports": "!osx & !uwp & !arm & !emscripten", "supports": "!uwp & !arm & !emscripten",
"dependencies": [ "dependencies": [
"boost-algorithm", "boost-algorithm",
"boost-assert", "boost-assert",

View File

@ -24,6 +24,7 @@ else {
# Clear this array when moving to a new boost version # Clear this array when moving to a new boost version
$portVersions = @{ $portVersions = @{
#e.g. "boost-asio" = 1; #e.g. "boost-asio" = 1;
"boost-fiber" = 1;
} }
$portData = @{ $portData = @{
@ -45,7 +46,7 @@ $portData = @{
}; };
"boost-beast" = @{ "supports" = "!emscripten" }; "boost-beast" = @{ "supports" = "!emscripten" };
"boost-fiber" = @{ "boost-fiber" = @{
"supports" = "!osx & !uwp & !arm & !emscripten"; "supports" = "!uwp & !arm & !emscripten";
"features" = @{ "features" = @{
"numa" = @{ "numa" = @{
"description" = "Enable NUMA support"; "description" = "Enable NUMA support";

View File

@ -1264,6 +1264,7 @@ vcpkg-ci-arrow:x64-windows-static-md=pass
vcpkg-ci-arrow:x64-osx=pass vcpkg-ci-arrow:x64-osx=pass
vcpkg-ci-arrow:x64-linux=pass vcpkg-ci-arrow:x64-linux=pass
vcpkg-ci-boost:x64-linux=pass vcpkg-ci-boost:x64-linux=pass
vcpkg-ci-boost:x64-osx=pass
vcpkg-ci-boost:x64-windows-static-md=pass vcpkg-ci-boost:x64-windows-static-md=pass
vcpkg-ci-boost:x64-windows-static=pass vcpkg-ci-boost:x64-windows-static=pass
vcpkg-ci-boost:x64-windows=pass vcpkg-ci-boost:x64-windows=pass

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "6f4c9240d299fe5785433544a022cf4521fe942e",
"version": "1.80.0",
"port-version": 1
},
{ {
"git-tree": "624a28b01820a368ad83f7e3bb6442706e1dfcb6", "git-tree": "624a28b01820a368ad83f7e3bb6442706e1dfcb6",
"version": "1.80.0", "version": "1.80.0",

View File

@ -706,7 +706,7 @@
}, },
"boost-fiber": { "boost-fiber": {
"baseline": "1.80.0", "baseline": "1.80.0",
"port-version": 0 "port-version": 1
}, },
"boost-filesystem": { "boost-filesystem": {
"baseline": "1.80.0", "baseline": "1.80.0",