pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.42k stars 217 forks source link

New architecture support [LoongArch] #1586

Closed yzewei closed 5 months ago

yzewei commented 5 months ago

[BackGround] LoongArch is a new RISC ISA, which is independently designed by Loongson Technology.

LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit version (LA64), and loong64 is the 64-bit version of LoongArch.

LoongArch documentation: https://github.com/loongson/LoongArch-Documentation.git

[What do I want to do] Provide the ci pipeline build part of loongarch

yzewei commented 5 months ago

@alex