Commit b99d6ab
fix: set LD_LIBRARY_PATH for linuxdeploy to find conda libs
linuxdeploy does its own dependency resolution and couldn't find
libspdlog.so and other conda-provided libraries. Instead of manual
ldd/cp bundling, let linuxdeploy handle it with CONDA_PREFIX/lib
in LD_LIBRARY_PATH.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: c316f698da7d1 parent 18d2c40 commit b99d6ab
1 file changed
Lines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 47 | | |
63 | 48 | | |
64 | 49 | | |
| |||
97 | 82 | | |
98 | 83 | | |
99 | 84 | | |
100 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
101 | 88 | | |
102 | 89 | | |
103 | 90 | | |
| |||
0 commit comments