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 rebound on mac #46

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Fix rebound on mac #46

wants to merge 5 commits into from

Conversation

adamdempsey90
Copy link
Collaborator

Background

This should fix the linking issues on mac. Essentially we don't try in cmake, and instead just run install_name_tool after the build completes to set the @rpath in the binary directly. Because of this change, we also no longer need to move librebound.so after building it, so I got rid of that step too.

With this, I can now successfully execute artemis from anywhere and move the binary anywhere and execute it.

I also added the -Wno-deprecated-declarations to suppress the warnings from singularity.

Description of Changes

Checklist

  • New features are documented
  • Tests added for bug fixes and new features
  • (@lanl.gov employees) Update copyright on changed files

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