mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[boost-fiber] Enable x64-osx (#26918)
* [boost-fiber] Enable osx * Update versions * Update boost generator * Update boost generator
This commit is contained in:
parent
a71c7421e2
commit
e1ebdb654a
@ -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",
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user