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 linkage to vigranumpy on Mac #89

Merged
merged 1 commit into from
Mar 8, 2017

Conversation

jakirkham
Copy link
Member

For some reason, the linkage to vigranumpy gets pointed at the wrong path. To fix this, we go ahead and run install_name_tool on Mac to change the path back to the absolute path. As conda-build can go back through and fix this for us, we go ahead and let it do this to get back to a correct, relative RPATH. This is a different approach to a similar issue we experienced on Linux some time ago. ( #21 )

For some reason, the linkage to vigranumpy gets pointed at the wrong
path. To fix this, we go ahead and run `install_name_tool` on Mac to
change the path back to the absolute path. As `conda-build` can go back
through and fix this for us, we go ahead and let it do this to get back
to a correct, relative RPATH. This is a different approach to a similar
issue we experienced on Linux some time ago.
@jakirkham jakirkham merged commit 3262d93 into nanshe-org:master Mar 8, 2017
@jakirkham jakirkham deleted the mac_fix_vigranumpy branch March 8, 2017 08:57
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