[boost-fiber] does support arm64-osx (#33682)

This commit is contained in:
autoantwort 2023-09-14 01:27:11 +02:00 committed by GitHub
parent 3d532f1cec
commit ae2bfa3795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 6 deletions

View File

@ -2,10 +2,11 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1", "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-fiber", "name": "boost-fiber",
"version": "1.83.0", "version": "1.83.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": "!uwp & !arm & !emscripten", "supports": "!uwp & !(arm & windows) & !emscripten",
"dependencies": [ "dependencies": [
{ {
"name": "boost-algorithm", "name": "boost-algorithm",

View File

@ -2,6 +2,7 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1", "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost", "name": "boost",
"version": "1.83.0", "version": "1.83.0",
"port-version": 1,
"description": "Peer-reviewed portable C++ source libraries", "description": "Peer-reviewed portable C++ source libraries",
"homepage": "https://boost.org", "homepage": "https://boost.org",
"license": "BSL-1.0", "license": "BSL-1.0",
@ -160,7 +161,7 @@
}, },
{ {
"name": "boost-fiber", "name": "boost-fiber",
"platform": "!uwp & !arm & !emscripten", "platform": "!uwp & !(arm & windows) & !emscripten",
"version>=": "1.83.0" "version>=": "1.83.0"
}, },
{ {

View File

@ -24,6 +24,8 @@ else {
# Clear this array when moving to a new boost version # Clear this array when moving to a new boost version
$defaultPortVersion = 0 $defaultPortVersion = 0
$portVersions = @{ $portVersions = @{
'boost' = 1;
'boost-fiber' = 1;
} }
function Get-PortVersion { function Get-PortVersion {
@ -32,7 +34,7 @@ function Get-PortVersion {
) )
$nonDefault = $portVersions[$PortName] $nonDefault = $portVersions[$PortName]
if ($nonDefault -ne $null) { if ($null -ne $nonDefault) {
return $nonDefault return $nonDefault
} }
@ -58,7 +60,7 @@ $portData = @{
}; };
"boost-beast" = @{ "supports" = "!emscripten" }; "boost-beast" = @{ "supports" = "!emscripten" };
"boost-fiber" = @{ "boost-fiber" = @{
"supports" = "!uwp & !arm & !emscripten"; "supports" = "!uwp & !(arm & windows) & !emscripten";
"features" = @{ "features" = @{
"numa" = @{ "numa" = @{
"description" = "Enable NUMA support"; "description" = "Enable NUMA support";

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7eadb0ddae816cfed4358cb08ef2bc90c5c0bfa5",
"version": "1.83.0",
"port-version": 1
},
{ {
"git-tree": "b90277a937de15b5f0701db9933e8af38c399fc2", "git-tree": "b90277a937de15b5f0701db9933e8af38c399fc2",
"version": "1.83.0", "version": "1.83.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "315139e076ff5ea5672a158688934b04d2b7a815",
"version": "1.83.0",
"port-version": 1
},
{ {
"git-tree": "d8d71d69890583a886663db2d2ac45ddf3fd9835", "git-tree": "d8d71d69890583a886663db2d2ac45ddf3fd9835",
"version": "1.83.0", "version": "1.83.0",

View File

@ -658,7 +658,7 @@
}, },
"boost": { "boost": {
"baseline": "1.83.0", "baseline": "1.83.0",
"port-version": 0 "port-version": 1
}, },
"boost-accumulators": { "boost-accumulators": {
"baseline": "1.83.0", "baseline": "1.83.0",
@ -818,7 +818,7 @@
}, },
"boost-fiber": { "boost-fiber": {
"baseline": "1.83.0", "baseline": "1.83.0",
"port-version": 0 "port-version": 1
}, },
"boost-filesystem": { "boost-filesystem": {
"baseline": "1.83.0", "baseline": "1.83.0",