Files
Bassem Girgis d29ef955f5 Upgrade macos
2025-03-19 08:52:56 -05:00

21 lines
604 B
PkgConfig

# this gives access to the mpich header files
prefix=/Users/girgis/Documents/code/cpp-thirdparty-src/mpi/mpich/install/4.3.0
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: mpich
Description: High Performance and portable MPI
Version: 4.3.0
URL: http://www.mcs.anl.gov/research/projects/mpich
Requires:
Libs: -L${libdir} -lmpi -lpmpi -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}