-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add util to check executables/shared libs for missing shared libs for macOS -> no, support on Linux only #898
Comments
@AlexanderRichert-NOAA I suggest we don't try to implement this for macOS. There's no clean and easy way. You can either have full paths to libraries or "rpath-ed" libraries, but the output of
Given that I haven't used the utility at all, I feel like this is too much effort. I will update the tool and the documentation to make clear this only works on Linux, and send it your way to review if that's ok. |
See commit 815cd37 |
That sounds good. The precipitating issue was one that involved a missing dependency in a recipe (which will apply regardless of platform), plus arguably it's mostly important to catch these things in our tier-1 platform installations, so I have no objection to making it Linux only. |
Thanks very much! |
Is your feature request related to a problem? Please describe.
PR #890 adds a utility to check executables/shared libs for missing shared libraries for Linux. The macOS part still needs to be done post spack-stack 1.6.0
The text was updated successfully, but these errors were encountered: