From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07E9E138334 for ; Fri, 21 Sep 2018 13:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB64BE0826; Fri, 21 Sep 2018 13:42:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FE4EE0826 for ; Fri, 21 Sep 2018 13:42:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DB69335CDE for ; Fri, 21 Sep 2018 13:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97F443DB for ; Fri, 21 Sep 2018 13:42:18 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1537537323.129c642f382736c1b95f7aadda15ed7f0fbed6b7.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich/mpich-3.0.4.ebuild sys-cluster/mpich/mpich-3.2-r1.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 129c642f382736c1b95f7aadda15ed7f0fbed6b7 X-VCS-Branch: master Date: Fri, 21 Sep 2018 13:42:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b006693-eb20-4bdd-a02d-378b38845615 X-Archives-Hash: 34aa7c87c99ae15027cc892127e17f04 commit: 129c642f382736c1b95f7aadda15ed7f0fbed6b7 Author: Justin Bronder gentoo org> AuthorDate: Fri Sep 21 13:41:37 2018 +0000 Commit: Justin Bronder gentoo org> CommitDate: Fri Sep 21 13:42:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c642f sys-cluster/mpich: dep on hwloc-1 The new hwloc api is not supported yet, upstream is working on it. https://lists.mpich.org/pipermail/discuss/2017-November/005333.html Fixes #665752. Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/mpich/mpich-3.0.4.ebuild | 2 +- sys-cluster/mpich/mpich-3.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild index c6a40b9fc6a..906a2494626 100644 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4.ebuild @@ -19,7 +19,7 @@ IUSE="+cxx doc fortran mpi-threads romio threads" COMMON_DEPEND=" dev-libs/libaio - sys-apps/hwloc +