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 typo in LDFLAGS_save_xcode variable name #12720

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Jul 29, 2024

Fixes regression in #12650 where variable names LDFLAGS_save_xcode and LDFLAGS_xcode_save do not match, so LDFLAGS wasn't saved.

closes #12719

resulted in effectively overriding LDFLAGS='' on mac
because save and restore variable named did not match

Signed-off-by: Min RK <[email protected]>
@wenduwan
Copy link
Contributor

Thanks for the fix. We will also need to backport to v5.0.x where we also cherry-picked the commit.

@minrk
Copy link
Contributor Author

minrk commented Jul 29, 2024

I think it was also backported to 4.1.x in #12663

Copy link
Member

@jsquyres jsquyres left a comment

Choose a reason for hiding this comment

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

Thank you for the fix!

@jsquyres jsquyres merged commit e82f918 into open-mpi:main Aug 10, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$LDFLAGS lost building fortran on mac
3 participants