/usr/lib/pkgconfig/mpich2-f77.pc is in libmpich2-dev 1.4.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # this gives access to the mpich2 header files
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=/usr/include/mpich2
if test "no" = "yes" ; then
plib=pmpich
else
plib=
fi
Name: mpich2
Description: MPICH2 is an implementation of the Message-Passing Interface (MPI). The goals of MPICH2 are to provide an MPI implementation for important platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments.
Version: 1.4.1
Requires:
Libs: -Wl,-Bsymbolic-functions -Wl,-z,relro -L${libdir} -l${plib} -lmpich -lopa -lmpl -lrt -lcr -lpthread
Fflags: -I${includedir}
|