Add missing RISC-V architecture in arch.cmake#3923
Merged
xianyi merged 1 commit intoOpenMathLib:developfrom Feb 27, 2023
Merged
Add missing RISC-V architecture in arch.cmake#3923xianyi merged 1 commit intoOpenMathLib:developfrom
xianyi merged 1 commit intoOpenMathLib:developfrom
Conversation
RISC-V support exists in Makefile.system but is missing in arch.cmake. This patch adds riscv64 platform support to cmake building system just like https://github.com/xianyi/OpenBLAS/blob/039e27545f93fd54f9a04113f6883ee47a690004/Makefile.system#L830-L832 did.
xctan
added a commit
to xctan/archriscv-packages
that referenced
this pull request
Feb 26, 2023
Fix rotten patch, and 1. 32-bit lib is removed 2. cmake.arch doesn't contain riscv64 arch, so two flags are given manually (upstream pr: OpenMathLib/OpenBLAS#3923)
xctan
added a commit
to xctan/archriscv-packages
that referenced
this pull request
Feb 28, 2023
Fix rotten patch, and fix cmake.arch (upstream pr: OpenMathLib/OpenBLAS#3923)
xctan
added a commit
to xctan/archriscv-packages
that referenced
this pull request
Feb 28, 2023
Fix rotten patch, and fix cmake.arch (upstream pr: OpenMathLib/OpenBLAS#3923)
xctan
added a commit
to xctan/archriscv-packages
that referenced
this pull request
Feb 28, 2023
Fix rotten patch, and fix cmake.arch (upstream pr: OpenMathLib/OpenBLAS#3923)
felixonmars
pushed a commit
to felixonmars/archriscv-packages
that referenced
this pull request
Mar 1, 2023
Fix rotten patch, and fix cmake.arch (upstream pr: OpenMathLib/OpenBLAS#3923)
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.
RISC-V support exists in Makefile.system but is missing in arch.cmake. This patch adds riscv64 platform support to cmake building system just like https://github.com/xianyi/OpenBLAS/blob/039e27545f93fd54f9a04113f6883ee47a690004/Makefile.system#L830-L832