mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +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",
|
||||
"version": "1.80.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://github.com/boostorg/fiber",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!osx & !uwp & !arm & !emscripten",
|
||||
"supports": "!uwp & !arm & !emscripten",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-assert",
|
||||
|
@ -24,6 +24,7 @@ else {
|
||||
# Clear this array when moving to a new boost version
|
||||
$portVersions = @{
|
||||
#e.g. "boost-asio" = 1;
|
||||
"boost-fiber" = 1;
|
||||
}
|
||||
|
||||
$portData = @{
|
||||
@ -45,7 +46,7 @@ $portData = @{
|
||||
};
|
||||
"boost-beast" = @{ "supports" = "!emscripten" };
|
||||
"boost-fiber" = @{
|
||||
"supports" = "!osx & !uwp & !arm & !emscripten";
|
||||
"supports" = "!uwp & !arm & !emscripten";
|
||||
"features" = @{
|
||||
"numa" = @{
|
||||
"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-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=pass
|
||||
vcpkg-ci-boost:x64-windows=pass
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6f4c9240d299fe5785433544a022cf4521fe942e",
|
||||
"version": "1.80.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "624a28b01820a368ad83f7e3bb6442706e1dfcb6",
|
||||
"version": "1.80.0",
|
||||
|
@ -706,7 +706,7 @@
|
||||
},
|
||||
"boost-fiber": {
|
||||
"baseline": "1.80.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"boost-filesystem": {
|
||||
"baseline": "1.80.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user