[boost-modular-build-helper] Support boost architecture arm+x86 (#25294) (#25299)

* [boost-modular-build-helper] Support boost architecture arm+x86 (#25294)

* [boost-modular-build-helper] Update port version (#25294)

* [boost-modular-build-helper] Update boost dual architecture check (#25294)

* [boost-modular-build-helper] Update port version references(#25294)

Co-authored-by: Simen August Tinderholt <simen.tinderholt@nordicsemi.no>
This commit is contained in:
Simen August Tinderholt 2022-06-23 23:16:30 +02:00 committed by GitHub
parent 50fe35a3c3
commit f93b8354d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -38,6 +38,8 @@ elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STR
list(APPEND B2_OPTIONS architecture=arm)
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "ppc64le")
list(APPEND B2_OPTIONS architecture=power)
elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE)
list(APPEND B2_OPTIONS architecture=arm+x86)
else()
list(APPEND B2_OPTIONS architecture=x86)
endif()

View File

@ -1,7 +1,7 @@
{
"name": "boost-modular-build-helper",
"version": "1.79.0",
"port-version": 2,
"port-version": 3,
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e416ef5af7f6a850fd3ee6493fb3a359cd7ac6ba",
"version": "1.79.0",
"port-version": 3
},
{
"git-tree": "e02a1f1b06a492d932f309feab8ac7751b0327ca",
"version": "1.79.0",

View File

@ -830,7 +830,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.79.0",
"port-version": 2
"port-version": 3
},
"boost-move": {
"baseline": "1.79.0",