diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2009-02-12 03:05:39 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2009-02-12 03:05:39 +0000 |
commit | c3c46dc5279fba48514de5620ca9d749348e6cef (patch) | |
tree | efd9b1a94c207e56f53dcf1eaf4b11e67101e4d7 /sys-cluster/mpich2/files | |
parent | Version bump (diff) | |
download | gentoo-2-c3c46dc5279fba48514de5620ca9d749348e6cef.tar.gz gentoo-2-c3c46dc5279fba48514de5620ca9d749348e6cef.tar.bz2 gentoo-2-c3c46dc5279fba48514de5620ca9d749348e6cef.zip |
Fix the mpich2 pkgconfig file, #257921. Mark patchses to be sent upstream.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/mpich2/files')
-rw-r--r-- | sys-cluster/mpich2/files/mpich2-1.0.8-pkgconfig.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-cluster/mpich2/files/mpich2-1.0.8-pkgconfig.patch b/sys-cluster/mpich2/files/mpich2-1.0.8-pkgconfig.patch new file mode 100644 index 000000000000..1d3a456bdd26 --- /dev/null +++ b/sys-cluster/mpich2/files/mpich2-1.0.8-pkgconfig.patch @@ -0,0 +1,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 |