* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
@ 2016-06-29 22:33 Alexey Shvetsov
0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2016-06-29 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 9d6a5b9dceb93680831e709370ec9e3819631681
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 14:34:06 2016 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:31:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a5b9d
sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename
Package-Manager: portage-2.3.0_rc1
sys-cluster/mvapich2/mvapich2-1.6.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index e3d30ee..54b394c 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,11 +18,11 @@ IUSE="debug fortran large-cluster medium-cluster romio threads"
RDEPEND="
|| (
(
- sys-infiniband/libibverbs
- sys-infiniband/libibumad
- sys-infiniband/libibmad
- sys-infiniband/librdmacm )
- sys-infiniband/openib-userspace )"
+ sys-fabric/libibverbs
+ sys-fabric/libibumad
+ sys-fabric/libibmad
+ sys-fabric/librdmacm )
+ sys-fabric/openib-userspace )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/mvapich2-${PV/_/-}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
@ 2018-08-26 20:35 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-08-26 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 89848c1ee88a41e204ed689cb95d73f6328533fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 20:10:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 20:10:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89848c1e
sys-cluster/mvapich2: Remove support for non-existent deps
sys-cluster/mvapich2/mvapich2-1.6.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index 31fec6cd3d0..caac58cb0d8 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -15,13 +15,10 @@ KEYWORDS="~x86 ~amd64"
IUSE="debug fortran large-cluster medium-cluster romio threads"
RDEPEND="
- || (
- (
- sys-fabric/libibverbs
- sys-fabric/libibumad
- sys-fabric/libibmad
- sys-fabric/librdmacm )
- sys-fabric/openib-userspace )"
+ sys-fabric/libibverbs
+ sys-fabric/libibumad
+ sys-fabric/libibmad
+ sys-fabric/librdmacm"
DEPEND="${RDEPEND}"
S="${WORKDIR}/mvapich2-${PV/_/-}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
@ 2020-02-13 21:40 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-02-13 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 51a4ed41f44837926175ace4ed7ec7a3a48cbad8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 21:39:08 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 21:39:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a4ed41
sys-cluster/mvapich2: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-cluster/mvapich2/mvapich2-1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index a615cc8518d..9b83374bf87 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -3,7 +3,7 @@
EAPI="4"
-inherit fortran-2
+inherit fortran-2 toolchain-funcs
DESCRIPTION="MVAPICH2 MPI-over-infiniband package auto-configured for OpenIB"
HOMEPAGE="http://mvapich.cse.ohio-state.edu/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
@ 2020-10-31 11:11 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-10-31 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 7cecec0dcb517008d50beb881b877291ec2e6332
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 11:11:38 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 11:11:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cecec0d
sys-cluster/mvapich2: [QA] Inherit flag-o-matic.eclass explicitly
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-cluster/mvapich2/mvapich2-1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index 9b83374bf87..6d9ecdeadbc 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -3,7 +3,7 @@
EAPI="4"
-inherit fortran-2 toolchain-funcs
+inherit flag-o-matic fortran-2 toolchain-funcs
DESCRIPTION="MVAPICH2 MPI-over-infiniband package auto-configured for OpenIB"
HOMEPAGE="http://mvapich.cse.ohio-state.edu/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-31 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 22:33 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2018-08-26 20:35 Michał Górny
2020-02-13 21:40 David Seifert
2020-10-31 11:11 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox