File: ggml.pc.in

package info (click to toggle)
ggml 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,368 kB
  • sloc: cpp: 131,204; ansic: 46,699; lisp: 11,788; python: 1,591; objc: 1,395; sh: 1,042; makefile: 72
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@

Name: ggml
Description: The GGML Tensor Library for Machine Learning
Version: @GGML_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lggml