Skip to content

RISCV: Add CMake variable to set the system library directory #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

imciner2
Copy link
Member

@imciner2 imciner2 commented Apr 7, 2025

RISCV installs place the libraries inside a folder that is named after the ABI, so we need to prompt CMake to search there. This should fix the toolchain issue discussed in JuliaPackaging/Yggdrasil#10922 (comment).

cc @eschnett @giordano

@imciner2
Copy link
Member Author

imciner2 commented Apr 7, 2025

I guess I should probably also do a version number bump in this? (it seems like a patch release type of change to me).

Copy link
Member

@giordano giordano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor version bump is fine, but in Yggdrasil with the Update Manifest action we just checkout the tip of the default branch, don't need necessarily a new version tag.

RISCV installs place the libraries inside a folder that is named after
the ABI, so we need to prompt CMake to search there.
@imciner2 imciner2 merged commit 55272a7 into master Apr 7, 2025
8 checks passed
@imciner2 imciner2 deleted the im/riscvlinking branch April 7, 2025 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants