Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/
Date: Sun, 23 Feb 2020 09:35:49
Message-Id: 1582450543.2b223ef7436fa66a5a4fd059fb2b7ed702e85f56.zlogene@gentoo
1 commit: 2b223ef7436fa66a5a4fd059fb2b7ed702e85f56
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 09:35:31 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 09:35:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b223ef7
7
8 sys-cluster/openmpi: Drop old 1.4.x version
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-cluster/openmpi/Manifest | 1 -
14 sys-cluster/openmpi/openmpi-1.4.3.ebuild | 100 -------------------------------
15 2 files changed, 101 deletions(-)
16
17 diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest
18 index 1135af5dfc8..14dd71a698e 100644
19 --- a/sys-cluster/openmpi/Manifest
20 +++ b/sys-cluster/openmpi/Manifest
21 @@ -1,5 +1,4 @@
22 DIST openmpi-1.10.7.tar.bz2 13435131 BLAKE2B c1914e6842f59a4a21a27d015275eff00092e57784c4219f58424fbc69c6d9e58109aa1b2ff4e1e340ddc3b93f07d7271e728928772c66c271442e375c08315e SHA512 9c5470f9959ca37650a59e56fb8343c028422c709876ab9d25a411dd09a07cdde927c45d8f3db1ad524b1f2847fe799471d469fa1efee48f8018b2ff24427ecb
23 -DIST openmpi-1.4.3.tar.bz2 6626909 BLAKE2B 76c87f748908dc91e79114f555f9dc6341729959076221ba92a4c542fb4af16ceac70e5b7567a918604dc1338a1b417c7d358b746a7d4b0c966b3ab8abbc2f28 SHA512 c33d5e019ba0b080aa34ecfa085182349da806e4bff26c1bf4dbdc8fb3f8f3c38899b9d96d671e1ae337b523ac9d634ae25c49d9af6eef2bc340c29dba75b1b8
24 DIST openmpi-1.4.5.tar.bz2 6643760 BLAKE2B 6890e8ed6f75e77e0e02c88bce473a37195549bca06696881cf7c3f6e46db25abaa04d9517d7ff9a11ad64cc97cf8d1b8678d9797c49a1659656d8a5de5c56ae SHA512 f89922345cde8978483e397e9016103626db3f1787f9afccaf0f60d59caa2a4409b47b01ac221d60e24e241f2afecb636ca89688bf326dc0ca5c817de96b3e99
25 DIST openmpi-1.6.5.tar.bz2 10943881 BLAKE2B 8022d8a146d7e99a01e734d9c9725882bb359a2419dc27afe6a2dc2e8bbc8bca03ec1311e10a12068dd38d0f9c442d1efe5af755192a2ad2af332a1459369953 SHA512 b0ede0264cd9263b8ba59ec51d17ad47b5f20d49d219ca05f7c396d608398d517b2023a46a2535fd6191160d709e4805c4de436dcfee56eda287383bd69f9652
26 DIST openmpi-1.7.5.tar.bz2 13286694 BLAKE2B 15862d34f8b8db60e7896f57274555df849713492c6e7e590feb06ec9b3655ff0311a81c0a6c87cc16dc8fd95510a1d79b23467af843d37768f75005ff4edd8c SHA512 72de2788fa26615a2e7373b5f32e0a2b9e39d56094c45b49348ef19bbb0ea306734b7d3275d76471a18628b5244d882de4ed3595eb46f13683e1c8d2b277f065
27
28 diff --git a/sys-cluster/openmpi/openmpi-1.4.3.ebuild b/sys-cluster/openmpi/openmpi-1.4.3.ebuild
29 deleted file mode 100644
30 index 425453bd32f..00000000000
31 --- a/sys-cluster/openmpi/openmpi-1.4.3.ebuild
32 +++ /dev/null
33 @@ -1,100 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -FORTRAN_NEEDED=fortran
40 -
41 -inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs
42 -
43 -MY_P=${P/-mpi}
44 -
45 -DESCRIPTION="A high-performance message passing library (MPI)"
46 -HOMEPAGE="http://www.open-mpi.org"
47 -SRC_URI="http://www.open-mpi.org/software/ompi/v1.4/downloads/${MY_P}.tar.bz2"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -RESTRICT="mpi-threads? ( test )"
51 -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
52 -IUSE="+cxx fortran heterogeneous ipv6 mpi-threads pbs romio threads vt"
53 -RDEPEND="
54 - pbs? ( sys-cluster/torque )
55 - vt? (
56 - !dev-libs/libotf
57 - !app-text/lcdf-typetools
58 - )
59 - !sys-cluster/mpich
60 - !sys-cluster/mpich2
61 - !sys-cluster/pmix"
62 -DEPEND="${RDEPEND}"
63 -
64 -S=${WORKDIR}/${MY_P}
65 -
66 -pkg_setup() {
67 - fortran-2_pkg_setup
68 - if use mpi-threads; then
69 - echo
70 - ewarn "WARNING: use of MPI_THREAD_MULTIPLE is still disabled by"
71 - ewarn "default and officially unsupported by upstream."
72 - ewarn "You may stop now and set USE=-mpi-threads"
73 - echo
74 - fi
75 -
76 - echo
77 - elog "OpenMPI has an overwhelming count of configuration options."
78 - elog "Don't forget the EXTRA_ECONF environment variable can let you"
79 - elog "specify configure options if you find them necessary."
80 - echo
81 -}
82 -
83 -src_prepare() {
84 - # Necessary for scalibility, see
85 - # http://www.open-mpi.org/community/lists/users/2008/09/6514.php
86 - if use threads; then
87 - echo 'oob_tcp_listen_mode = listen_thread' \
88 - >> opal/etc/openmpi-mca-params.conf
89 - fi
90 -}
91 -
92 -src_configure() {
93 - local myconf=(
94 - --sysconfdir="${EPREFIX}/etc/${PN}"
95 - --enable-pretty-print-stacktrace
96 - --enable-orterun-prefix-by-default
97 - --without-slurm)
98 -
99 - if use mpi-threads; then
100 - myconf+=(--enable-mpi-threads
101 - --enable-progress-threads)
102 - fi
103 -
104 - if use fortran; then
105 - if [[ $(tc-getFC) =~ g77 ]]; then
106 - myconf+=(--disable-mpi-f90)
107 - elif [[ $(tc-getFC) =~ if ]]; then
108 - # Enabled here as gfortran compile times are huge with this enabled.
109 - myconf+=(--with-mpi-f90-size=medium)
110 - fi
111 - else
112 - myconf+=(--disable-mpi-f90 --disable-mpi-f77)
113 - fi
114 -
115 - ! use vt && myconf+=(--enable-contrib-no-build=vt)
116 -
117 - econf "${myconf[@]}" \
118 - $(use_enable cxx mpi-cxx) \
119 - $(use_enable romio io-romio) \
120 - $(use_enable heterogeneous) \
121 - $(use_with pbs tm) \
122 - $(use_enable ipv6)
123 -}
124 -
125 -src_install() {
126 - emake DESTDIR="${D}" install
127 - dodoc README AUTHORS NEWS VERSION
128 -}
129 -
130 -src_test() {
131 - # Doesn't work with the default src_test as the dry run (-n) fails.
132 - emake -j1 check
133 -}