From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PzFBS-0003SS-R2 for garchives@archives.gentoo.org; Mon, 14 Mar 2011 21:20:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2420E0509; Mon, 14 Mar 2011 21:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 73F81E0509 for ; Mon, 14 Mar 2011 21:20:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC8C56793B for ; Mon, 14 Mar 2011 21:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3DFD48006A for ; Mon, 14 Mar 2011 21:20:02 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/ChangeLog sys-cluster/openmpi/openmpi-1.5.1.ebuild sys-cluster/openmpi/openmpi-1.5.2.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: c7a774f37cf0a2ecfe35973af3195bdcdc3c6dbb Date: Mon, 14 Mar 2011 21:20:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6ea5aa6fd4cdb855b0e62823194a081c commit: c7a774f37cf0a2ecfe35973af3195bdcdc3c6dbb Author: Justin Bronder gentoo org> AuthorDate: Mon Mar 14 21:19:48 2011 +0000 Commit: Justin Bronder gentoo org> CommitDate: Mon Mar 14 21:19:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc7a774f3 Version bump. Use system sys-app/hwloc. (Portage version: 2.1.9.33/git/Linux x86_64, RepoMan options: --force, si= gned Manifest commit with key 4D7043C9) --- sys-cluster/openmpi/ChangeLog | 6 ++++++ .../{openmpi-1.5.1.ebuild =3D> openmpi-1.5.2.ebuild} | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLo= g index 7d40e55..eec7289 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*openmpi-1.5.2 (14 Mar 2011) + + 14 Mar 2011; Justin Bronder -openmpi-1.5.1.ebui= ld, + +openmpi-1.5.2.ebuild: + Version bump. Use system sys-app/hwloc. + *openmpi-1.5.1 (01 Feb 2011) =20 01 Feb 2011; Justin Bronder -openmpi-1.4.2-r1.e= build, diff --git a/sys-cluster/openmpi/openmpi-1.5.1.ebuild b/sys-cluster/openm= pi/openmpi-1.5.2.ebuild similarity index 98% rename from sys-cluster/openmpi/openmpi-1.5.1.ebuild rename to sys-cluster/openmpi/openmpi-1.5.2.ebuild index 25bea8d..c0ee59f 100644 --- a/sys-cluster/openmpi/openmpi-1.5.1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.5.2.ebuild @@ -23,6 +23,7 @@ RDEPEND=3D"pbs? ( sys-cluster/torque ) ) infiniband? ( sys-infiniband/libibverbs ) elibc_FreeBSD? ( dev-libs/libexecinfo ) + >=3Dsys-apps/hwloc-1.1.1 $(mpi_imp_deplist)" DEPEND=3D"${RDEPEND}" =20 @@ -63,6 +64,7 @@ src_configure() { --enable-pretty-print-stacktrace --enable-orterun-prefix-by-default --without-slurm + --with-hwloc=3D/usr ) =20 if use mpi-threads; then