Files
cpp-thirdparty/linx64/mpi/mpich/lib64/pkgconfig/mpich.pc
2019-08-10 18:47:21 -05:00

21 lines
652 B
PkgConfig

# this gives access to the mpich header files
prefix=/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
Name: mpich
Description: High Performance and portable MPI
Version: 3.3.1
URL: http://www.mcs.anl.gov/research/projects/mpich
Requires:
Libs: -Wl,-rpath -Wl,${exec_prefix}/lib64 -L${libdir} -lmpi -lm -lpthread -lrt
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}