1# pkg-config configuration for lapackpp
2# For information about the syntax, see pkg-config(1)
3
4# General installation directories
5prefix=@prefix@
6exec_prefix=@exec_prefix@
7libdir=@libdir@
8includedir=@includedir@
9datarootdir=@datarootdir@
10datadir=@datadir@
11bindir=@bindir@
12
13# Human-readable name
14Name: lapackpp
15# Human-readable description
16Description: A library for high performance linear algebra computations.
17
18Version: @VERSION@
19Libs: @LAPACKPP_LDFLAGS@ @LAPACKPP_LIBS@
20Cflags: -I@includedir@
21
22