blob: 1d3a456bdd26b302e3a710cd6544fdf5529334b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/mpich2-1.0.8/src/pkgconfig/mpich2-ch3.pc.in 2008-11-04 20:36:38.931970012 -0500
+++ b/mpich2-1.0.8/src/pkgconfig/mpich2-ch3.pc.in 2009-02-11 21:39:00.279871039 -0500
@@ -1,8 +1,12 @@
# this gives access to the mpich2 header files
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
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: @VERSION@
Requires:
-Libs: -L@libdir@ -lmpich -lmpichcxx @LIBS@
-Cflags: @CFLAGS@ -I@includedir@ -DMPICH_IGNORE_CXX_SEEK
+Libs: -L${libdir} -lmpich -lmpichcxx @LIBS@
+Cflags: @CFLAGS@ -I${includedir} -DMPICH_IGNORE_CXX_SEEK
|