-
Notifications
You must be signed in to change notification settings - Fork 900
configury: fix support for flang on OSX #13142
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed: now flang works for me on macos.
Any reason not to merge and PR to v5.0.x? Do we need this in v4.1.x, too? |
Currently the generated I hope I can improve that, but meanwhile, I let you judge whether this is ready for primetime. |
7f5ff2a
to
161fc6f
Compare
Refs. open-mpi#13137 - replace -framework foo with -Wl,-framework,foo - replace -dynamiclib with --shared when flang is used - use -Wl when needed Signed-off-by: Gilles Gouaillardet <[email protected]>
161fc6f
to
fb3e4c2
Compare
The PR is much better now since the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works!
Thanks Jeff! The latest nightly tarball was generated on February 15th (!), can you please have a look? |
Yoinks... checking... |
Ok, should be fixed now. |
Refs. #13137