22 lines
667 B
PkgConfig
22 lines
667 B
PkgConfig
# @PACKAGE_NAME@ installation details
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
# Fortran compilation and linking information
|
|
# Retrieve these using `pkg-config --variable=name @PACKAGE_NAME@`
|
|
fflags=-I@libdir@
|
|
flibs=-L@libdir@ -lf@PACKAGE_NAME@ -l@PACKAGE_NAME@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: @PACKAGE_DESCRIPTION@
|
|
URL: @PACKAGE_URL@
|
|
Requires:
|
|
Version: @VERSION@
|
|
|
|
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
|
|
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
|
|
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
|
|
|
|
Libs: -L${libdir} ${LINK}
|
|
Cflags: -I${includedir}
|