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 76917138335 for ; Tue, 5 Jun 2018 16:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B9FE09EC; Tue, 5 Jun 2018 16:41:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2EE0E09EC for ; Tue, 5 Jun 2018 16:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 32C24335C89 for ; Tue, 5 Jun 2018 16:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD712C4 for ; Tue, 5 Jun 2018 16:41:42 +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: <1528216876.ec65b5bbf765093506469d39b7daaf99abff43e7.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/openmpi-2.0.3.ebuild sys-cluster/openmpi/openmpi-2.0.4.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: ec65b5bbf765093506469d39b7daaf99abff43e7 X-VCS-Branch: master Date: Tue, 5 Jun 2018 16:41:42 +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: c44b11a8-67a8-4e7b-be9c-31ab463d9406 X-Archives-Hash: 4ed53069ed9bd88c901be729044aeb2e commit: ec65b5bbf765093506469d39b7daaf99abff43e7 Author: Justin Bronder gentoo org> AuthorDate: Tue May 8 14:51:57 2018 +0000 Commit: Justin Bronder gentoo org> CommitDate: Tue Jun 5 16:41:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec65b5bb sys-cluster/openmpi: bump 2.0.4 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-cluster/openmpi/{openmpi-2.0.3.ebuild => openmpi-2.0.4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-2.0.3.ebuild b/sys-cluster/openmpi/openmpi-2.0.4.ebuild similarity index 98% rename from sys-cluster/openmpi/openmpi-2.0.3.ebuild rename to sys-cluster/openmpi/openmpi-2.0.4.ebuild index 559289ae8..3ef7466a7 100644 --- a/sys-cluster/openmpi/openmpi-2.0.3.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,7 +53,7 @@ MPI_UNCLASSED_DEP_STR=" CDEPEND=" >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads] dev-libs/libltdl:0[${MULTILIB_USEDEP}] - >=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?] + =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) elibc_FreeBSD? ( dev-libs/libexecinfo )