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
Support building with DAOS on Debian based systems
A hard-coded library path of .../lib64 is being assumed for the library
location for DAOS. This is unportable and does not work on Debian
based distros.
Instead, try to figure out if .../lib64 is the correct location or
.../lib/x86_64-linux-gnu is correct.
Signed-off-by: Brian J. Murrell <[email protected]>
0 commit comments