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

Small tweak to embedding.md #34422

Merged
merged 1 commit into from
Jan 18, 2020
Merged

Small tweak to embedding.md #34422

merged 1 commit into from
Jan 18, 2020

Conversation

Keno
Copy link
Member

@Keno Keno commented Jan 17, 2020

Adds -rpath to the link line which was suggested in #28982 and removes the line about JULIA_BINDIR, which isn't necessary anymore, since we autodetect the directory. Also remove the reference to libstdc++. If you built julia yourself, it's definitely compatible with the system one. If not, we now build julia binary distributions with wide compatibility with different libstdc++ versions, so the system one should be fine.

Adds -rpath to the link line which was suggested in #28982 and removes the line about JULIA_BINDIR, which isn't necessary anymore, since we autodetect the directory. Also remove the reference to libstdc++. If you built julia yourself, it's definitely compatible with the system one. If not, we now build julia binary distributions with wide compatibility with different libstdc++ versions, so the system one should be fine.
@Keno Keno added the domain:docs This change adds or pertains to documentation label Jan 17, 2020
@Keno Keno requested a review from vtjnash January 18, 2020 00:02
Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

Yeah, the previous suggestions were kinda bad. Though should we suggest $ORIGIN/../lib?

@Keno
Copy link
Member Author

Keno commented Jan 18, 2020

Though should we suggest $ORIGIN/../lib?

That doesn't work, because $ORIGIN is the location of the executable, which can be anywhere. I think this is fine as is. People who want to do more fancy things will need to know what rpath is.

@Keno Keno merged commit bf25dc5 into master Jan 18, 2020
@Keno Keno deleted the kf/embeddingdoc branch January 18, 2020 00:10
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Adds -rpath to the link line which was suggested in #28982 and removes the line about JULIA_BINDIR, which isn't necessary anymore, since we autodetect the directory. Also remove the reference to libstdc++. If you built julia yourself, it's definitely compatible with the system one. If not, we now build julia binary distributions with wide compatibility with different libstdc++ versions, so the system one should be fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants