[boost-modular-build-helper] add risc-v support (#29871)

This commit is contained in:
Yingwei Zheng 2023-02-28 04:32:11 +08:00 committed by GitHub
parent 06b0521c43
commit 902144a2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -42,6 +42,8 @@ elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "loongarch")
list(APPEND B2_OPTIONS architecture=loongarch)
elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "mips64")
list(APPEND B2_OPTIONS architecture=mips64)
elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "riscv")
list(APPEND B2_OPTIONS architecture=riscv)
elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE)
list(APPEND B2_OPTIONS architecture=arm+x86)
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "wasm32")

View File

@ -2,7 +2,7 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-modular-build-helper",
"version": "1.81.0",
"port-version": 4,
"port-version": 5,
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "976b927d38ce533c1c403b80c9e0e23e62737195",
"version": "1.81.0",
"port-version": 5
},
{
"git-tree": "085487a72fedfb544d04c60b8a96f580213c0efd",
"version": "1.81.0",

View File

@ -898,7 +898,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.81.0",
"port-version": 4
"port-version": 5
},
"boost-move": {
"baseline": "1.81.0",