-
Couldn't load subscription status.
- Fork 25.7k
Changing rpath from CMAKE_INSTALL_PREFIX to ORIGIN #14304
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
|
Thank you for looking at this! #14321 could be related. |
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.
155e0d1 to
144b06e
Compare
torch/CMakeLists.txt
Outdated
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.
dont you also need this for libcaffe2 above?
torch/CMakeLists.txt
Outdated
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.
isn't it "$ORIGIN" in quotes? or does it not matter?
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.
I don't really remember, but I /think/ I remember something with quotes leading to evaluating it on some machines or something. I can add the quotes back and see what happens
144b06e to
781ec66
Compare
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.
@pjh5 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Seems to fix rpaths in the binary builds from some manual checking. |
Summary: See if anything breaks Pull Request resolved: pytorch/pytorch#14304 Differential Revision: D13201418 Pulled By: pjh5 fbshipit-source-id: ac2101b61a23bda37329d4d923c3d9d120e718bf
See if anything breaks