File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -233,4 +233,4 @@ configure_file(cmake/llama.pc.in
233233 @ONLY)
234234
235235install (FILES "${CMAKE_CURRENT_BINARY_DIR} /llama.pc"
236- DESTINATION lib /pkgconfig)
236+ DESTINATION ${CMAKE_INSTALL_LIBDIR} /pkgconfig)
Original file line number Diff line number Diff line change 11prefix=@CMAKE_INSTALL_PREFIX@
2- exec_prefix=${prefix}
3- libdir=${exec_prefix}/lib
4- includedir=${prefix}/include
2+ exec_prefix=@CMAKE_INSTALL_PREFIX@
3+ libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4+ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
55
66Name: llama
77Description: Port of Facebook's LLaMA model in C/C++
8- Version: @PROJECT_VERSION @
9- Libs: -L${libdir} -lggml -lggml-base -lllama
8+ Version: @LLAMA_INSTALL_VERSION @
9+ Libs: -L${libdir} -lggml -lggml-base -lllama
1010Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments