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 AADFC138239 for ; Tue, 26 Feb 2019 02:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 661B7E08C4; Tue, 26 Feb 2019 02:59:06 +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 411DFE08C4 for ; Tue, 26 Feb 2019 02:59:06 +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 74A48335DC3 for ; Tue, 26 Feb 2019 02:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AE3AA8 for ; Tue, 26 Feb 2019 02:59:02 +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: <1551149932.d6caf43906b82494ac010276b3b79769cc8e5f79.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.1.5.ebuild sys-cluster/openmpi/openmpi-2.1.6.ebuild sys-cluster/openmpi/openmpi-4.0.0.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: d6caf43906b82494ac010276b3b79769cc8e5f79 X-VCS-Branch: master Date: Tue, 26 Feb 2019 02:59: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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 975120b8-ddc3-4a77-b55f-89f6b99b9211 X-Archives-Hash: 446a053917851118637dd14bbadf23d7 commit: d6caf43906b82494ac010276b3b79769cc8e5f79 Author: Justin Bronder gentoo org> AuthorDate: Tue Feb 26 02:53:07 2019 +0000 Commit: Justin Bronder gentoo org> CommitDate: Tue Feb 26 02:58:52 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6caf439 sys-cluster/openmpi: bump 2.1.6 Signed-off-by: Justin Bronder gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-cluster/openmpi/{openmpi-2.1.5.ebuild => openmpi-2.1.6.ebuild} | 2 +- sys-cluster/openmpi/openmpi-4.0.0.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-2.1.5.ebuild b/sys-cluster/openmpi/openmpi-2.1.6.ebuild similarity index 99% rename from sys-cluster/openmpi/openmpi-2.1.5.ebuild rename to sys-cluster/openmpi/openmpi-2.1.6.ebuild index 9e32c2c2a..f616b2844 100644 --- a/sys-cluster/openmpi/openmpi-2.1.5.ebuild +++ b/sys-cluster/openmpi/openmpi-2.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/sys-cluster/openmpi/openmpi-4.0.0.ebuild b/sys-cluster/openmpi/openmpi-4.0.0.ebuild index 8e575946c..5fd6e1b85 100644 --- a/sys-cluster/openmpi/openmpi-4.0.0.ebuild +++ b/sys-cluster/openmpi/openmpi-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ CDEPEND=" dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP},numa?] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) + cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) elibc_FreeBSD? ( dev-libs/libexecinfo ) openmpi_fabrics_ofed? ( sys-fabric/ofed:* ) openmpi_fabrics_knem? ( sys-cluster/knem ) @@ -111,7 +111,7 @@ multilib_src_configure() { --enable-mpi-fortran=$(usex fortran all no) \ $(use_enable cxx mpi-cxx) \ $(use_with cma) \ - $(use_with cuda cuda "${EPREFIX}"/opt/cuda) \ + $(multilib_native_use_with cuda cuda "${EPREFIX}"/opt/cuda) \ $(use_enable romio io-romio) \ $(use_enable heterogeneous) \ $(use_enable ipv6) \