mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 13:27:56 +08:00
[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:
parent
538234bd53
commit
e562b659d1
@ -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(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)
|
||||
list(APPEND B2_OPTIONS architecture=arm+x86)
|
||||
else()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"version": "1.79.0",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "Internal vcpkg port used to build Boost libraries",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "93946fc40b519f0f9afe1b0d36985b2def25d4ab",
|
||||
"version": "1.79.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "cd7a5259d9e086b94af5673e581427f76957ce62",
|
||||
"version": "1.79.0",
|
||||
|
@ -834,7 +834,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.79.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.79.0",
|
||||
|
Loading…
Reference in New Issue
Block a user