Skip to content
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

fix unix stdlib install location after #21328 #24460

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

metagn
Copy link
Collaborator

@metagn metagn commented Nov 20, 2024

closes #22369, closes #23197, closes #24385, refs #21328

According to #21328 the standard library on Unix should be installed in /usr/lib/nim/lib, however the installer was not updated for this change, hence the problem as described in #23197 (comment).

Have not tested if this fixes the problem but the comment heavily implies it does. The problem is also in 2.0 so it could be backported but I can't say for sure that it works and doesn't break anything.

@Araq Araq merged commit 33e455c into nim-lang:devel Nov 22, 2024
15 checks passed
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 33e455c

Hint: mm: orc; opt: speed; options: -d:release
177822 lines; 8.610s; 653.637MiB peakmem

narimiran pushed a commit that referenced this pull request Jan 14, 2025
closes #22369, closes #23197, closes #24385, refs #21328

According to #21328 the standard library on Unix should be installed in
`/usr/lib/nim/lib`, however the installer was not updated for this
change, hence the problem as described in
#23197 (comment).

Have not tested if this fixes the problem but the comment heavily
implies it does. The problem is also in 2.0 so it could be backported
but I can't say for sure that it works and doesn't break anything.

(cherry picked from commit 33e455c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants