Commit 56b670b
Fix build: add libcurl-devel dep + LLAMA_CURL=OFF fallback for llama.cpp
llama.cpp b5200 requires libcurl at configure time (common/CMakeLists.txt:90).
Add libcurl-devel to build dependencies so CUDA and Vulkan builds get CURL
support. Add -DLLAMA_CURL=OFF to the CPU-only fallback as a safety net
in case libcurl-devel is unavailable on a minimal build host.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f7f263d commit 56b670b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments