Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libcpuinfo.pc.in - github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8fe607beb95d37502aba7fdc8ceb9561166b62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@libdir_for_pc_file@
includedir=@includedir_for_pc_file@

Name: libcpuinfo
Description: Library to detect essential performance optimization information about host CPU.
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
URL: @PROJECT_HOMEPAGE_URL@
Libs: -L${libdir} -lcpuinfo
Cflags: -I${includedir}