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
233
233
@ONLY )
234
234
235
235
install (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 1
1
prefix=@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@
5
5
6
6
Name: llama
7
7
Description: 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
10
10
Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments