You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we hard-code the rpath into our libraries as /opt/Trelis-17.1/bin/plugins/svalinn. This hard-coding means that the plugin will not work with different versions of Trelis. One solution to this problem would be to set the rpath to be $ORIGIN, which apparently resolves to wherever the executable or library is at runtime.
Right now, we hard-code the rpath into our libraries as
/opt/Trelis-17.1/bin/plugins/svalinn
. This hard-coding means that the plugin will not work with different versions of Trelis. One solution to this problem would be to set the rpath to be$ORIGIN
, which apparently resolves to wherever the executable or library is at runtime.See this article: https://medium.com/@nehckl0/creating-relocatable-linux-executables-by-setting-rpath-with-origin-45de573a2e98
The text was updated successfully, but these errors were encountered: