-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathesio.pc.in
More file actions
26 lines (25 loc) · 738 Bytes
/
esio.pc.in
File metadata and controls
26 lines (25 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# @PACKAGE_NAME@ installation details
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
# HDF5/MPI installation used to build @PACKAGE_TARNAME@
# Retrieve these using `pkg-config --variable=name @PACKAGE_TARNAME@`
hdf5_version=@HDF5_VERSION@
h5pcc=@H5CC@
h5pfc=@H5FC@
mpicc=@MPICC_LOCATION@
mpifc=@MPIFC_LOCATION@
hdf5_fflags=@HDF5_FFLAGS@
hdf5_flibs=@HDF5_FLIBS@
# Fortran compilation and linking information
# Retrieve these using `pkg-config --variable=name @PACKAGE_TARNAME@`
fflags=-I@libdir@
flibs=-L@libdir@ -l@PACKAGE_TARNAME@f
Name: @PACKAGE_TARNAME@
Description: @PACKAGE_DESCRIPTION@
URL: @PACKAGE_URL@
Requires:
Version: @VERSION@
Libs: -L${libdir} -l@PACKAGE_TARNAME@
Cflags: -I${includedir}