File: blaspp.pc.in

package info (click to toggle)
blaspp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,636 kB
  • sloc: cpp: 29,332; ansic: 8,448; python: 2,192; xml: 182; perl: 101; makefile: 53; sh: 7
file content (15 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=#PREFIX
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
CXX=#CXX

Name: BLAS++
Description: C++ API to BLAS (basic linear algebra subroutines)
Version: #VERSION
Cflags: #CXXFLAGS -I${includedir}
# Some platforms require CUDA LIBS to be public.
Libs: -L${libdir} -Wl,-rpath,${libdir} -lblaspp #LDFLAGS #LIBS
Libs.private:
Requires:
Requires.private: