feat: Add support for a new architecture loongarch#4019
Open
zevanzhao wants to merge 2 commits into
Open
Conversation
5df985d to
45b9ef9
Compare
1074592 to
988012c
Compare
988012c to
a27b286
Compare
Member
|
I see there is precedence for the name in the Conda ecosystem: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4019 +/- ##
=======================================
Coverage 64.14% 64.15%
=======================================
Files 303 303
Lines 38853 38858 +5
Branches 2883 2883
=======================================
+ Hits 24923 24928 +5
Misses 13863 13863
Partials 67 67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ec52ed0 to
82bbf61
Compare
Author
You are right. The support for loongarch64 in rattler is accepted two months ago. |
a9cd0c8 to
bed8c5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In this commit, support for a new architecture Loongarch is added to mamba. LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V. Loongarch has been added to Debian port since August 2023. So supporting this new architecture is necessary for conda/mamba users on Loongarch.
https://wiki.debian.org/LoongArch
https://lists.debian.org/debian-devel-announce/2023/08/msg00000.html
https://www.kernel.org/doc/html/v6.1//loongarch/introduction.html
Type of Change
Checklist
pre-commit run --alllocally in the source folder and confirmed that there are no linter errors.