Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/
Date: Tue, 26 Feb 2019 02:59:07
Message-Id: 1551149932.d6caf43906b82494ac010276b3b79769cc8e5f79.jsbronder@gentoo
1 commit: d6caf43906b82494ac010276b3b79769cc8e5f79
2 Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 02:53:07 2019 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 02:58:52 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6caf439
7
8 sys-cluster/openmpi: bump 2.1.6
9
10 Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-cluster/openmpi/{openmpi-2.1.5.ebuild => openmpi-2.1.6.ebuild} | 2 +-
14 sys-cluster/openmpi/openmpi-4.0.0.ebuild | 6 +++---
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-cluster/openmpi/openmpi-2.1.5.ebuild b/sys-cluster/openmpi/openmpi-2.1.6.ebuild
18 similarity index 99%
19 rename from sys-cluster/openmpi/openmpi-2.1.5.ebuild
20 rename to sys-cluster/openmpi/openmpi-2.1.6.ebuild
21 index 9e32c2c2a..f616b2844 100644
22 --- a/sys-cluster/openmpi/openmpi-2.1.5.ebuild
23 +++ b/sys-cluster/openmpi/openmpi-2.1.6.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 diff --git a/sys-cluster/openmpi/openmpi-4.0.0.ebuild b/sys-cluster/openmpi/openmpi-4.0.0.ebuild
32 index 8e575946c..5fd6e1b85 100644
33 --- a/sys-cluster/openmpi/openmpi-4.0.0.ebuild
34 +++ b/sys-cluster/openmpi/openmpi-4.0.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -51,7 +51,7 @@ CDEPEND="
42 dev-libs/libltdl:0[${MULTILIB_USEDEP}]
43 >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP},numa?]
44 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
45 - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
46 + cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
47 elibc_FreeBSD? ( dev-libs/libexecinfo )
48 openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
49 openmpi_fabrics_knem? ( sys-cluster/knem )
50 @@ -111,7 +111,7 @@ multilib_src_configure() {
51 --enable-mpi-fortran=$(usex fortran all no) \
52 $(use_enable cxx mpi-cxx) \
53 $(use_with cma) \
54 - $(use_with cuda cuda "${EPREFIX}"/opt/cuda) \
55 + $(multilib_native_use_with cuda cuda "${EPREFIX}"/opt/cuda) \
56 $(use_enable romio io-romio) \
57 $(use_enable heterogeneous) \
58 $(use_enable ipv6) \