-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
bug-unconfirmedmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)stale
Description
What happened?
llama.pc
contains incorrect line
Version:
Resulting in incorrect pkg-config --print-provides
output.
llama =
(This output is actually may be used in downstream distribution(s) when package is generated to auto-detect dependencies.)
I think this is because of ./cmake/llama.pc.in
line:
Version: @PROJECT_VERSION@
Where @PROJECT_VERSION@
expanded to the an empty string.
Name and Version
b3441
What operating system are you seeing the problem on?
ALT Linux
I also see the same problem line in FreeBSD:14 llama-cpp-3408.pkg
.
Metadata
Metadata
Assignees
Labels
bug-unconfirmedmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)stale