[boost-modular-build-helper] Add support for loongarch64 cpu (#25614)

* Add support for loongarch64 cpu.

* update port version database

* update port version

* Do nothing...

* Revert "Do nothing..."

This reverts commit b73b0e4cb8.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
This commit is contained in:
Jamlys Lee 2022-07-12 06:14:32 +08:00 committed by GitHub
parent 538234bd53
commit e562b659d1
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) list(APPEND B2_OPTIONS architecture=arm)
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "ppc64le") elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "ppc64le")
list(APPEND B2_OPTIONS architecture=power) list(APPEND B2_OPTIONS architecture=power)
elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "loongarch")
list(APPEND B2_OPTIONS architecture=loongarch)
elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE) elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE)
list(APPEND B2_OPTIONS architecture=arm+x86) list(APPEND B2_OPTIONS architecture=arm+x86)
else() else()

View File

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

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "93946fc40b519f0f9afe1b0d36985b2def25d4ab",
"version": "1.79.0",
"port-version": 5
},
{ {
"git-tree": "cd7a5259d9e086b94af5673e581427f76957ce62", "git-tree": "cd7a5259d9e086b94af5673e581427f76957ce62",
"version": "1.79.0", "version": "1.79.0",

View File

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