-
Notifications
You must be signed in to change notification settings - Fork 89
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 Trilinos/Albany rpath to export_albany #1005
Comments
I thought we were linking all libraries via full system path, so there shouldn't be any need for adding path to the link line. Are you dating you get immediate references at Link time or ld run-time lead errors? |
I think @jewatkins is talking about run-time errors. I'm in favor of adding that to the |
right runtime errors |
My understanding is that |
Ok. Adding to export_albany.in is fine then. |
When I build MALI, I usually add this to avoid having to add albany/trilinos to my system library search path at runtime:
Does it make sense to just add it as part of
export_albany.in
?@mperego @bartgol I'm not extremely familiar with how cmake generates this file anymore with all the changes so not sure how we would do it. I don't think this is urgent, more a QOL change.
The text was updated successfully, but these errors were encountered: