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
+ Performs a non-inplace morpheus build.
+ Adds $ORIGIN to rpath of build binaries, fixing issue where libmorpheus.so was unable to find libmorpheus-utils.so (fixes#111 )
+ ~~Removes the need for a gpu for the build stage~~ Blocked by Neo/nvml issue #186
+ Common operations moved to common.sh
+ Fixes ci scripts so that they work locally (fixes#114 )
+ Improve the way sccache is configured (fixes#110 )
This pull req incorporates changes from #62
Authors:
- David Gardner (/~https://github.com/dagardner-nv)
- Michael Demoret (/~https://github.com/mdemoret-nv)
Approvers:
- Devin Robison (/~https://github.com/drobison00)
- Michael Demoret (/~https://github.com/mdemoret-nv)
URL: #107
Describe the bug
Discovered in PR #80, the RPATH for
libmorpheus.so
is not correctly setup to use relative paths and requires settingLD_LIBRARY_PATH
Originally posted by @mdemoret-nv in #80 (comment)
The text was updated successfully, but these errors were encountered: