File: lapackpp.pc.in

package info (click to toggle)
lapackpp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,500 kB
  • sloc: cpp: 80,181; ansic: 27,660; python: 4,838; xml: 182; perl: 99; makefile: 53; sh: 23
file content (15 lines) | stat: -rw-r--r-- 388 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: LAPACK++
Description: C++ API to LAPACK (linear algebra package)
Version: #VERSION
Cflags: #CXXFLAGS -I${includedir}
# Some platforms require CUDA LIBS to be public.
Libs: -L${libdir} -Wl,-rpath,${libdir} -llapackpp #LDFLAGS #LIBS
Libs.private:
Requires: blaspp
Requires.private: