Files
cpp-thirdparty/linx64/mpi/mpich/lib64/pkgconfig/mpich.pc
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

21 lines
640 B
PkgConfig

# this gives access to the mpich header files
prefix=/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/../release_install
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
Name: mpich
Description: High Performance and portable MPI
Version: 3.2.1
URL: http://www.mcs.anl.gov/research/projects/mpich
Requires:
Libs: -Wl,-rpath -Wl,${exec_prefix}/lib64 -L${libdir} -lmpi -lrt -lpthread
Cflags: -I${includedir}
# pkg-config does not understand Cxxflags, etc. So we allow users to
# query them using the --variable option
cxxflags= -I${includedir}
fflags= -I${includedir}
fcflags= -I${includedir}