1# this gives access to the mpich2 header files
2prefix=@prefix@
3exec_prefix=@exec_prefix@
4libdir=@libdir@
5includedir=@includedir@
6
7Name: mpich2
8Description: High Performance and portable MPI
9Version: @MPICH2_VERSION@
10URL: http://www.mcs.anl.gov/research/projects/mpich2
11Requires:
12Libs: @WRAPPER_LDFLAGS@ -L${libdir} @LPMPILIBNAME@ -l@MPILIBNAME@ @WRAPPER_LIBS@
13Cflags: @WRAPPER_CPPFLAGS@ @WRAPPER_CFLAGS@ -I${includedir}
14
15# pkg-config does not understand Cxxflags, etc. So we allow users to
16# query them using the --variable option
17
18cxxflags=@WRAPPER_CPPFLAGS@ @WRAPPER_CXXFLAGS@ -I${includedir}
19fflags=@WRAPPER_FFLAGS@ -I${includedir}
20fcflags=@WRAPPER_FCFLAGS@ -I${includedir}
21