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: Mon, 24 Feb 2020 09:22:13
Message-Id: 1582536126.caab52c67909f5646f8660242783d6e6a9915584.zlogene@gentoo
1 commit: caab52c67909f5646f8660242783d6e6a9915584
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 09:21:39 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 09:22:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caab52c6
7
8 sys-cluster/openmpi: Drop old 4.0.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-4.0.1-r1.ebuild | 166 ----------------------------
15 2 files changed, 167 deletions(-)
16
17 diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest
18 index 14dd71a698e..9ebb3fed07c 100644
19 --- a/sys-cluster/openmpi/Manifest
20 +++ b/sys-cluster/openmpi/Manifest
21 @@ -8,5 +8,4 @@ DIST openmpi-2.0.4.tar.bz2 8272983 BLAKE2B 7d0a392fbc8c896cdccefb9bf0ff83fbd8db8
22 DIST openmpi-2.1.6.tar.bz2 8324626 BLAKE2B 4aed4b397c0e0ead24ed5e9bbf45ee8f6719a7566d74405cccf119ddf535891ece91c04cbcad96be5a5d9805c620aa13a1b51c0edd67c049827357e7668008b9 SHA512 f552f47961e040476e7d2949cdd3e5a0b5ad74bea2b6532608117ec893473a160cd368251d1f439fd773f4846950857baf939e7b3586bac2a099495f7bc0e349
23 DIST openmpi-3.0.4.tar.bz2 9308341 BLAKE2B 84536082f8415c9a0e41db01d96d64bffc463ca84de7730b25789dfee74e2205db5467739a42f13b0938d0934b45c948cd2be406290cdb4b196a5b51a5a3fc88 SHA512 c9db432e89d680e8857444395fee3544bebd4d1535f3e85a9435ca21f9848fad9f181e6be1ab8b93241b88723395535e3b3bdb2a5dd4128ed26df887b9a55810
24 DIST openmpi-3.1.4.tar.bz2 9468371 BLAKE2B 70a93aa170086f43b2eb4f9b7c74673065bd309ae7a4c8f478a6db7523167fd1d25af19f87661149f6dd6033898ab47b86690a0421a01aa6f5a4d70478072e0e SHA512 5b4aafffc79fd85cb94a11a6e2fac563b142ac532191009eb35826c432ed3c391a6616e2ca92eacbf36137468eadb7c0f7ddc787034bc95c4214232ed5128338
25 -DIST openmpi-4.0.1.tar.bz2 9838152 BLAKE2B 75657940e37c23fbe88032f116588960c6bcf34c4928d77b45e8fde6fb51e814f521adb6c5155cb588fff9d1b382c2470873d90979a68598ff13e1aa205fc811 SHA512 09f35dc2e44b4f84aab9c5af9d81f90bbdb030e4d90800a5d3ffae88cb32b7faecc9bea0abb113da53c21f73e9d19db68f961f997bc47bdd28d83a87beee0731
26 DIST openmpi-4.0.2.tar.bz2 9819372 BLAKE2B 000faa8ff032f9aa6bf5f0a14fb9a363080cfcdd7c6f8ab90bc9507fd7a473d70502574ee1e75c88acecb06c516a643ef7b9e804fb580be9fc860b7b1fb1cc5d SHA512 634d45d989f1e0b8848bfb4eb4527c7edd76d4fccd77a5f8d85a46a5822f97ba653adf13df857c87ae56a8117b4ae2d45ec24249c6ee41a562446d4112ddb770
27
28 diff --git a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
29 deleted file mode 100644
30 index 325f9db2254..00000000000
31 --- a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,166 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -FORTRAN_NEEDED=fortran
40 -
41 -inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs multilib multilib-minimal
42 -
43 -MY_P=${P/-mpi}
44 -S=${WORKDIR}/${MY_P}
45 -
46 -IUSE_OPENMPI_FABRICS="
47 - openmpi_fabrics_ofed
48 - openmpi_fabrics_knem
49 - openmpi_fabrics_psm"
50 -
51 -IUSE_OPENMPI_RM="
52 - openmpi_rm_pbs
53 - openmpi_rm_slurm"
54 -
55 -IUSE_OPENMPI_OFED_FEATURES="
56 - openmpi_ofed_features_control-hdr-padding
57 - openmpi_ofed_features_udcm
58 - openmpi_ofed_features_rdmacm
59 - openmpi_ofed_features_dynamic-sl"
60 -
61 -DESCRIPTION="A high-performance message passing library (MPI)"
62 -HOMEPAGE="http://www.open-mpi.org"
63 -SRC_URI="http://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P}.tar.bz2"
64 -LICENSE="BSD"
65 -SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
67 -IUSE="cma cuda cxx fortran heterogeneous ipv6 java romio
68 - ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}"
69 -
70 -REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs )
71 - openmpi_rm_pbs? ( !openmpi_rm_slurm )
72 - openmpi_fabrics_psm? ( openmpi_fabrics_ofed )
73 - openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed )
74 - openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed )
75 - openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed )
76 - openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed )"
77 -
78 -CDEPEND="
79 - !sys-cluster/mpich
80 - !sys-cluster/mpich2
81 - !sys-cluster/nullmpi
82 - >=dev-libs/libevent-2.0.22:=[${MULTILIB_USEDEP},threads]
83 - dev-libs/libltdl:0[${MULTILIB_USEDEP}]
84 - >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}]
85 - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
86 - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
87 - openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
88 - openmpi_fabrics_knem? ( sys-cluster/knem )
89 - openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )
90 - openmpi_rm_pbs? ( sys-cluster/torque )
91 - openmpi_rm_slurm? ( sys-cluster/slurm )
92 - openmpi_ofed_features_rdmacm? ( sys-fabric/librdmacm:* )"
93 -
94 -RDEPEND="${CDEPEND}
95 - java? ( >=virtual/jre-1.6 )"
96 -
97 -DEPEND="${CDEPEND}
98 - java? ( >=virtual/jdk-1.6 )"
99 -
100 -MULTILIB_WRAPPED_HEADERS=(
101 - /usr/include/mpi.h
102 - /usr/include/openmpi/ompi/mpi/java/mpiJava.h
103 -)
104 -
105 -pkg_setup() {
106 - fortran-2_pkg_setup
107 - java-pkg-opt-2_pkg_setup
108 -
109 - elog
110 - elog "OpenMPI has an overwhelming count of configuration options."
111 - elog "Don't forget the EXTRA_ECONF environment variable can let you"
112 - elog "specify configure options if you find them necessary."
113 - elog
114 -}
115 -
116 -src_prepare() {
117 - default
118 -
119 - # Necessary for scalibility, see
120 - # http://www.open-mpi.org/community/lists/users/2008/09/6514.php
121 - echo 'oob_tcp_listen_mode = listen_thread' \
122 - >> opal/etc/openmpi-mca-params.conf || die
123 -}
124 -
125 -multilib_src_configure() {
126 - if use java; then
127 - # We must always build with the right -source and -target
128 - # flags. Passing flags to javac isn't explicitly supported here
129 - # but we can cheat by overriding the configure test for javac.
130 - export ac_cv_path_JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)"
131 - fi
132 -
133 - ECONF_SOURCE=${S} econf \
134 - --sysconfdir="${EPREFIX}/etc/${PN}" \
135 - --enable-pretty-print-stacktrace \
136 - --enable-orterun-prefix-by-default \
137 - --with-hwloc="${EPREFIX}/usr" \
138 - --with-hwloc-libdir="${EPREFIX}/usr/$(get_libdir)" \
139 - --with-libltdl="${EPREFIX}/usr" \
140 - --with-libevent="${EPREFIX}/usr" \
141 - --with-libevent-libdir="${EPREFIX}/usr/$(get_libdir)" \
142 - --enable-mpi-fortran=$(usex fortran all no) \
143 - $(use_enable cxx mpi-cxx) \
144 - $(use_with cma) \
145 - $(multilib_native_use_with cuda cuda "${EPREFIX}"/opt/cuda) \
146 - $(use_enable romio io-romio) \
147 - $(use_enable heterogeneous) \
148 - $(use_enable ipv6) \
149 - $(multilib_native_use_enable java mpi-java) \
150 - $(multilib_native_use_with openmpi_fabrics_ofed verbs "${EPREFIX}"/usr) \
151 - $(multilib_native_use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) \
152 - $(multilib_native_use_with openmpi_fabrics_psm psm "${EPREFIX}"/usr) \
153 - $(multilib_native_use_enable openmpi_ofed_features_control-hdr-padding openib-control-hdr-padding) \
154 - $(multilib_native_use_enable openmpi_ofed_features_rdmacm openib-rdmacm) \
155 - $(multilib_native_use_enable openmpi_ofed_features_udcm openib-udcm) \
156 - $(multilib_native_use_enable openmpi_ofed_features_dynamic-sl openib-dynamic-sl) \
157 - $(multilib_native_use_with openmpi_rm_pbs tm) \
158 - $(multilib_native_use_with openmpi_rm_slurm slurm)
159 -}
160 -
161 -multilib_src_test() {
162 - # Doesn't work with the default src_test as the dry run (-n) fails.
163 - emake -j1 check
164 -}
165 -
166 -multilib_src_install() {
167 - default
168 -
169 - # fortran header cannot be wrapped (bug #540508), workaround part 1
170 - if multilib_is_native_abi && use fortran; then
171 - mkdir "${T}"/fortran || die
172 - mv "${ED}"/usr/include/mpif* "${T}"/fortran || die
173 - else
174 - # some fortran files get installed unconditionally
175 - rm \
176 - "${ED}"/usr/include/mpif* \
177 - "${ED}"/usr/bin/mpif* \
178 - || die
179 - fi
180 -}
181 -
182 -multilib_src_install_all() {
183 - # fortran header cannot be wrapped (bug #540508), workaround part 2
184 - if use fortran; then
185 - mv "${T}"/fortran/mpif* "${ED}"/usr/include || die
186 - fi
187 -
188 - # Remove la files, no static libs are installed and we have pkg-config
189 - find "${ED}" -name '*.la' -delete || die
190 -
191 - if use java; then
192 - local mpi_jar="${ED}"/usr/$(get_libdir)/mpi.jar
193 - java-pkg_dojar "${mpi_jar}"
194 - # We don't want to install the jar file twice
195 - # so let's clean after ourselves.
196 - rm "${mpi_jar}" || die
197 - fi
198 - einstalldocs
199 -}