diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 02:54:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 02:54:52 +0000 |
commit | 99b8c2e6fa037174a5094f016ad743846019755d (patch) | |
tree | bfe53d3f144e0c525a5dfcb9dbfbd65a8523a3fd /sys-cluster/mpiexec | |
parent | stable on ppc64, bug #61746 (diff) | |
download | historical-99b8c2e6fa037174a5094f016ad743846019755d.tar.gz historical-99b8c2e6fa037174a5094f016ad743846019755d.tar.bz2 historical-99b8c2e6fa037174a5094f016ad743846019755d.zip |
fix deps
Diffstat (limited to 'sys-cluster/mpiexec')
-rw-r--r-- | sys-cluster/mpiexec/Manifest | 14 | ||||
-rw-r--r-- | sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild | 6 |
2 files changed, 6 insertions, 14 deletions
diff --git a/sys-cluster/mpiexec/Manifest b/sys-cluster/mpiexec/Manifest index 96db52b12997..549089a104b1 100644 --- a/sys-cluster/mpiexec/Manifest +++ b/sys-cluster/mpiexec/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 656a453e866026ffef99307cf9aa077b ChangeLog 1544 MD5 e93126d617085052ec7688390d150fbe metadata.xml 205 MD5 051144fb727380bc09c1af789a4c06e2 mpiexec-0.75.ebuild 1391 MD5 6ba60aea999bd62c7088d9c9a8534da0 mpiexec-0.74-r1.ebuild 1394 -MD5 14a86c1cd6b4cc26936423424eb990ab mpiexec-0.76-r1.ebuild 1421 -MD5 656a453e866026ffef99307cf9aa077b ChangeLog 1544 +MD5 6653280d5e5d0c0aba4960f8eed0b0be mpiexec-0.76-r1.ebuild 1429 MD5 198cb9770776b7a212c6c89bcf266e60 files/digest-mpiexec-0.74-r1 61 MD5 88ea7f9716c435f83937243bca1b32d8 files/digest-mpiexec-0.75 61 MD5 f92cd38fa54d44e0c7545219ab1984d8 files/digest-mpiexec-0.76-r1 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBMyuSKtJO8LeSoosRAsP/AJ4zCBRpWjsfaFc3vSvUa4ZlwdNOwQCgnJTK -H/J7YrXDc2JnmS/a3/9p020= -=i5lS ------END PGP SIGNATURE----- diff --git a/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild b/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild index 41c5aca6c301..fdea79b80ead 100644 --- a/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild +++ b/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild,v 1.1 2004/08/30 13:27:11 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/mpiexec-0.76-r1.ebuild,v 1.2 2004/08/31 02:54:52 mr_bones_ Exp $ #S=${WORKDIR}/mpiexec-${PV} DESCRIPTION="replacement for mpirun, integrates MPI with PBS." @@ -9,7 +9,9 @@ HOMEPAGE="http://www.osc.edu/~pw/mpiexec/" IUSE="" DEPEND="virtual/libc - || (sys-cluster/torque sys-cluster/openpbs) + || ( + sys-cluster/torque + sys-cluster/openpbs ) sys-cluster/mpich" RDEPEND="net-misc/openssh" |