bitsandbytes icon indicating copy to clipboard operation
bitsandbytes copied to clipboard

Check LD_LIBRARY_PATH on setup

Open gembancud opened this issue 2 years ago • 3 comments

Issue: Instructions when compiling to source require setting the destination of binaries in env var LD_LIBRARY_PATH. This env is not checked during library setup, so unshipped self-compiled binaries will remain undetected. Soln: Adds a check to LD_LIBRARY PATH.

gembancud avatar Jul 11 '23 18:07 gembancud

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

github-actions[bot] avatar Dec 20 '23 15:12 github-actions[bot]

I have to check this more carefully when I have more time. Thank you for your contribution! Sorry for taking so long to look at this.

TimDettmers avatar Jan 01 '24 16:01 TimDettmers

Related: https://github.com/TimDettmers/bitsandbytes/pull/1041#issuecomment-1931634146

akx avatar Feb 09 '24 11:02 akx