aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/llama-cpp/pkgconfig.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/llama-cpp/pkgconfig.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/llama-cpp/pkgconfig.diff')
-rw-r--r--vcpkg/ports/llama-cpp/pkgconfig.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/llama-cpp/pkgconfig.diff b/vcpkg/ports/llama-cpp/pkgconfig.diff
new file mode 100644
index 0000000..a1828bb
--- /dev/null
+++ b/vcpkg/ports/llama-cpp/pkgconfig.diff
@@ -0,0 +1,12 @@
+diff --git a/cmake/llama.pc.in b/cmake/llama.pc.in
+index 6fb58b5..8a283e7 100644
+--- a/cmake/llama.pc.in
++++ b/cmake/llama.pc.in
+@@ -6,5 +6,6 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+ Name: llama
+ Description: Port of Facebook's LLaMA model in C/C++
+ Version: @LLAMA_INSTALL_VERSION@
+-Libs: -L${libdir} -lggml -lggml-base -lllama
++Requires: ggml
++Libs: -L${libdir} -lllama
+ Cflags: -I${includedir}