Files
cpp-thirdparty/macx64/mpi/mpich/lib/pkgconfig/mpich.pc
Bassem Girgis 2c9e6b5ede mac mpi
2019-08-11 01:14:02 -05:00

21 lines
638 B
PkgConfig

# this gives access to the mpich header files
prefix=/Users/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
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,-flat_namespace -L${libdir} -lmpi -lpmpi -lm -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}