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

Repeat the libs target's "ln" in the all target to ensure completeness of copy on Windows #5204

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

martin-frbg
Copy link
Collaborator

as Windows does not support Unix-style softlinks, msys' ln silently performs a snapshot copy instead of an actual link, meaning that any (netlib lapack) objects added later do not end up in libopenblas.a when NO_SHARED=1 is chosen.
Fixes issue raised in discussion #4692

@martin-frbg martin-frbg added this to the 0.3.30 milestone Apr 3, 2025
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.

1 participant