File: blosc.pc.in

package info (click to toggle)
c-blosc 1.21.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,564 kB
  • sloc: ansic: 7,675; python: 240; makefile: 61; sh: 3
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
sharedlibdir=${libdir}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: blosc
Description: A blocking, shuffling and lossless compression library
URL: https://blosc.org/
Version: @BLOSC_VERSION_STRING@

Requires:
Libs: -L${libdir} -L${sharedlibdir} -lblosc
Cflags: -I${includedir}