diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-09-14 18:42:20 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-09-14 18:42:20 +0000 |
commit | ebcc2270a1477e8ae32614aaba481bd4822418fb (patch) | |
tree | b396b303db9fed2512cfe28a360cff071935c978 /sys-cluster | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-ebcc2270a1477e8ae32614aaba481bd4822418fb.tar.gz gentoo-2-ebcc2270a1477e8ae32614aaba481bd4822418fb.tar.bz2 gentoo-2-ebcc2270a1477e8ae32614aaba481bd4822418fb.zip |
Due to pvfs2 upstream continuously lagging behind the kernel drop the useflag and support for the filesystem.
(Portage version: 2.2_rc80/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich2/ChangeLog | 9 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index 9c10971833ef..49cd44c9797c 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-cluster/mpich2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.57 2010/08/05 04:03:09 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.58 2010/09/14 18:42:20 jsbronder Exp $ + + 14 Sep 2010; Justin Bronder <jsbronder@gentoo.org> + mpich2-1.2.1_p1-r1.ebuild: + Due to pvfs2 upstream continuously lagging behind the kernel the useflag + is being dropped. If necessary, this functionality can be added back by + adding "--with-file-system=pvfs2+nfs+ufs --with-pvfs2=/usr" to the mpich2 + configure arguments. *mpich2-1.2.1_p1-r1 (05 Aug 2010) diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild index 3be1a71f8f39..585d1c0dca94 100644 --- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.1 2010/08/05 04:03:08 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.2 2010/09/14 18:42:20 jsbronder Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -15,11 +15,10 @@ SRC_URI="http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${MY LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+cxx debug doc fortran pvfs2 threads romio mpi-threads" +IUSE="+cxx debug doc fortran threads romio mpi-threads" COMMON_DEPEND="dev-libs/libaio - romio? ( net-fs/nfs-utils ) - pvfs2? ( >=sys-cluster/pvfs2-2.7.0 )" + romio? ( net-fs/nfs-utils )" DEPEND="${COMMON_DEPEND} dev-lang/perl @@ -109,11 +108,6 @@ src_configure() { c="${c} --enable-f77 --disable-f90";; esac - if use pvfs2; then - # nfs and ufs are default. - romio_conf="--with-file-system=pvfs2+nfs+ufs --with-pvfs2=/usr" - fi - c="${c} --sysconfdir=/etc/${PN}" econf ${c} ${romio_conf} \ --docdir=/usr/share/doc/${PF} \ |