diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2009-01-21 18:56:27 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2009-01-21 18:56:27 +0000 |
commit | 23c943798993e78b6739e4f726c1242c4ce7270b (patch) | |
tree | 733d5d07fc6166d7e6a2d624aec294b7da07c19d /sys-cluster | |
parent | Some patches from upstream for misc build issues. Fixed hashlimit-htable-gcin... (diff) | |
download | gentoo-2-23c943798993e78b6739e4f726c1242c4ce7270b.tar.gz gentoo-2-23c943798993e78b6739e4f726c1242c4ce7270b.tar.bz2 gentoo-2-23c943798993e78b6739e4f726c1242c4ce7270b.zip |
sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations (#255748). Fix sandbox errors (254167).
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.0.8.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index 74bb9a5122ea..98cf4d1d964f 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/mpich2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.32 2009/01/18 21:54:59 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.33 2009/01/21 18:56:27 jsbronder Exp $ + + 21 Jan 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild: + sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations + (#255748). Fix sandbox errors (254167). *mpich2-1.0.8 (18 Jan 2009) diff --git a/sys-cluster/mpich2/mpich2-1.0.8.ebuild b/sys-cluster/mpich2/mpich2-1.0.8.ebuild index 6cb5c75dff94..691439b441bb 100644 --- a/sys-cluster/mpich2/mpich2-1.0.8.ebuild +++ b/sys-cluster/mpich2/mpich2-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.2 2009/01/19 00:27:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.3 2009/01/21 18:56:27 jsbronder Exp $ EAPI=1 inherit python eutils fortran @@ -84,6 +84,9 @@ src_unpack() { -e "s,@MPIEXEC@,${S}/bin/mpiexec,g" \ $(find ./test/ -name 'Makefile.in') || die + # 254167, I'm pretty sure they meant srcdir in the path to remove files. + sed -i 's:scrdir:srcdir:g' "${S}"/src/pm/mpd/Makefile.in || die + if ! use romio; then # These tests in errhan/ rely on MPI::File ...which is in romio echo "" > test/mpi/errors/cxx/errhan/testlist @@ -127,6 +130,7 @@ src_compile() { c="${c} --sysconfdir=/etc/${PN}" econf ${c} ${romio_conf} \ + --docdir=/usr/share/doc/${PF} \ --with-pm=mpd:gforker \ --disable-mpe \ $(use_enable romio) \ |