Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Wed, 01 Jan 2020 13:29:01
Message-Id: 1577885312.2119345b0bbcbfc88e042ee5b08c29e84de77985.asturm@gentoo
1 commit: 2119345b0bbcbfc88e042ee5b08c29e84de77985
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 15 15:20:04 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 13:28:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2119345b
7
8 sys-cluster/hpx: Drop old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-cluster/hpx/Manifest | 4 --
14 sys-cluster/hpx/hpx-0.9.99.ebuild | 84 --------------------------------------
15 sys-cluster/hpx/hpx-1.0.0.ebuild | 85 ---------------------------------------
16 sys-cluster/hpx/hpx-1.1.0.ebuild | 85 ---------------------------------------
17 sys-cluster/hpx/hpx-1.2.0.ebuild | 85 ---------------------------------------
18 5 files changed, 343 deletions(-)
19
20 diff --git a/sys-cluster/hpx/Manifest b/sys-cluster/hpx/Manifest
21 index d5182d17326..cad2be6c824 100644
22 --- a/sys-cluster/hpx/Manifest
23 +++ b/sys-cluster/hpx/Manifest
24 @@ -1,5 +1 @@
25 -DIST hpx_0.9.99.tar.gz 3779841 BLAKE2B fae6b06a303964e3d52d68fcfd980f89625bfd2a7c04f3a4b027c47814c677bdcf7f367434aee912be08b67afbb6cfe811831dfdc284c0b785d7eaf8838566a9 SHA512 57c03c01c4a9f770e56a60645ec352338365fe05c544b18ff2e944044284315a7e76bbdc2c7193fe55e6992dcb51a51d1042372fdd141b572bd8e18bf1afc363
26 -DIST hpx_1.0.0.tar.gz 3972403 BLAKE2B 737282f2b547c2ce7e6e0367df64beaf22760d73840f2f1b983e8b970baef074b376f264a97f8c67873eedc24255ec2515bbf2a5bbcb364f89284f48ac18b177 SHA512 42c155654f118bff34b48d929b1732fd56126b8fd3e7657b5bd2f84275288ddf538572ed1152883c4aed5e9683de53b9b1f1c3613e5092e7bd1a5e165bed606d
27 -DIST hpx_1.1.0.tar.gz 4374855 BLAKE2B 17caeb085e0167d51a1a89c73bce653938d9918776b9db07ae9171cb11570a440e2f88cea86d8b8066b7d102e9a24f1e8304b47b2ade161cbe4e27cce91e3b84 SHA512 09b69a5f14bdb4cbf629bc3a10a4e1dc4c0ab35efdb74386fc7f0135558db5f9557ae8de4edd0ade12cfb91a78e6cc2fac25efbdf9a21042abcb0f303eda1938
28 -DIST hpx_1.2.0.tar.gz 3918088 BLAKE2B 7c5eccef6a58f683f94e59e3773e949945652e1fc7c883d134da5b6d32f21bb9a2f526d073260561657da518687ac96487f058715e51236a334b97b27a414451 SHA512 e2dec9484490f5a5fa7d60f712989f70068bcddac643d8b730d2d52aa2a7e49260b28c3becd519925a8e96e9a703473f19955adce087061cf50b861f4fed8ab1
29 DIST hpx_1.2.1.tar.gz 3919474 BLAKE2B 5f62f97a047c1b931068b671855bc9d7b8ff03d7f26793ee58445fb4c567d68c6c24c87844c7a6463901d784e11afe475120a41038e783a67cc75ede508473c5 SHA512 057724de1ef252e941a776174fa594a855255b5600461725a4da6e9002b1424a1e59be3f8a40673bb3db5a8aabd3c7b38abbb78042490befe247dd73c921b87c
30
31 diff --git a/sys-cluster/hpx/hpx-0.9.99.ebuild b/sys-cluster/hpx/hpx-0.9.99.ebuild
32 deleted file mode 100644
33 index 742001e9ada..00000000000
34 --- a/sys-cluster/hpx/hpx-0.9.99.ebuild
35 +++ /dev/null
36 @@ -1,84 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -CMAKE_MAKEFILE_GENERATOR="ninja"
43 -PYTHON_COMPAT=( python2_7 )
44 -
45 -if [ ${PV} == 9999 ] ; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
48 -else
49 - SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.tar.gz"
50 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 - S="${WORKDIR}/${PN}_${PV}"
52 -fi
53 -
54 -inherit cmake-utils fortran-2 multilib python-any-r1
55 -
56 -DESCRIPTION="C++ runtime system for parallel and distributed applications"
57 -HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
58 -
59 -SLOT="0"
60 -LICENSE="Boost-1.0"
61 -IUSE="doc examples jemalloc papi +perftools tbb test"
62 -RESTRICT="!test? ( test )"
63 -
64 -RDEPEND="
65 - tbb? ( dev-cpp/tbb )
66 - >=dev-libs/boost-1.49
67 - papi? ( dev-libs/papi )
68 - perftools? ( >=dev-util/google-perftools-1.7.1 )
69 - >=sys-apps/hwloc-1.8
70 - >=sys-libs/libunwind-1
71 - sys-libs/zlib
72 -"
73 -DEPEND="${RDEPEND}
74 - virtual/pkgconfig
75 - test? ( ${PYTHON_DEPS} )
76 - doc? ( >=dev-libs/boost-1.56.0-r1:=[tools] )
77 -"
78 -REQUIRED_USE="
79 - jemalloc? ( !perftools !tbb )
80 - perftools? ( !jemalloc !tbb )
81 - tbb? ( !jemalloc !perftools )
82 - "
83 -
84 -pkg_setup() {
85 - use test && python-any-r1_pkg_setup
86 -}
87 -
88 -src_configure() {
89 - CMAKE_BUILD_TYPE=Release
90 - local mycmakeargs=(
91 - -DHPX_BUILD_EXAMPLES=OFF
92 - -DHPX_MALLOC=system
93 - -DLIB=$(get_libdir)
94 - -Dcmake_dir=cmake
95 - -DHPX_BUILD_DOCUMENTATION=$(usex doc)
96 - -DHPX_JEMALLOC=$(usex jemalloc)
97 - -DBUILD_TESTING=$(usex test)
98 - -DHPX_GOOGLE_PERFTOOLS=$(usex perftools)
99 - -DHPX_PAPI=$(usex papi)
100 - )
101 -
102 - use perftools && mycmakeargs+=( -DHPX_MALLOC=tcmalloc )
103 - use jemalloc && mycmakeargs+=( -DHPX_MALLOC=jemalloc )
104 - use tbb && mycmakeargs+=( -DHPX_MALLOC=tbbmalloc )
105 -
106 - cmake-utils_src_configure
107 -}
108 -
109 -src_test() {
110 - # avoid over-suscribing
111 - cmake-utils_src_make -j1 tests
112 -}
113 -
114 -src_install() {
115 - cmake-utils_src_install
116 - if use examples; then
117 - insinto /usr/share/doc/${PF}
118 - doins -r examples
119 - fi
120 -}
121
122 diff --git a/sys-cluster/hpx/hpx-1.0.0.ebuild b/sys-cluster/hpx/hpx-1.0.0.ebuild
123 deleted file mode 100644
124 index 0c4de411e17..00000000000
125 --- a/sys-cluster/hpx/hpx-1.0.0.ebuild
126 +++ /dev/null
127 @@ -1,85 +0,0 @@
128 -# Copyright 1999-2019 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=6
132 -
133 -CMAKE_MAKEFILE_GENERATOR="ninja"
134 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
135 -
136 -if [ ${PV} == 9999 ] ; then
137 - inherit git-r3
138 - EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
139 -else
140 - SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.tar.gz"
141 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
142 - S="${WORKDIR}/${PN}_${PV}"
143 -fi
144 -
145 -inherit cmake-utils fortran-2 multilib python-any-r1
146 -
147 -DESCRIPTION="C++ runtime system for parallel and distributed applications"
148 -HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
149 -
150 -SLOT="0"
151 -LICENSE="Boost-1.0"
152 -IUSE="doc examples jemalloc papi +perftools tbb test"
153 -RESTRICT="!test? ( test )"
154 -
155 -RDEPEND="
156 - tbb? ( dev-cpp/tbb )
157 - >=dev-libs/boost-1.49
158 - papi? ( dev-libs/papi )
159 - perftools? ( >=dev-util/google-perftools-1.7.1 )
160 - >=sys-apps/hwloc-1.8
161 - >=sys-libs/libunwind-1
162 - sys-libs/zlib
163 -"
164 -DEPEND="${RDEPEND}
165 - virtual/pkgconfig
166 - test? ( ${PYTHON_DEPS} )
167 - doc? ( >=dev-libs/boost-1.56.0-r1:=[tools] )
168 -"
169 -REQUIRED_USE="
170 - jemalloc? ( !perftools !tbb )
171 - perftools? ( !jemalloc !tbb )
172 - tbb? ( !jemalloc !perftools )
173 - "
174 -
175 -pkg_setup() {
176 - use test && python-any-r1_pkg_setup
177 -}
178 -
179 -src_configure() {
180 - CMAKE_BUILD_TYPE=Release
181 - local mycmakeargs=(
182 - -DHPX_BUILD_EXAMPLES=OFF
183 - -DHPX_MALLOC=system
184 - -DLIB=$(get_libdir)
185 - -Dcmake_dir=cmake
186 - -DHPX_BUILD_DOCUMENTATION=$(usex doc)
187 - -DHPX_JEMALLOC=$(usex jemalloc)
188 - -DBUILD_TESTING=$(usex test)
189 - -DHPX_GOOGLE_PERFTOOLS=$(usex perftools)
190 - -DHPX_PAPI=$(usex papi)
191 - )
192 -
193 - use perftools && mycmakeargs+=( -DHPX_MALLOC=tcmalloc )
194 - use jemalloc && mycmakeargs+=( -DHPX_MALLOC=jemalloc )
195 - use tbb && mycmakeargs+=( -DHPX_MALLOC=tbbmalloc )
196 -
197 - cmake-utils_src_configure
198 -}
199 -
200 -src_test() {
201 - # avoid over-suscribing
202 - cmake-utils_src_make -j1 tests
203 -}
204 -
205 -src_install() {
206 - cmake-utils_src_install
207 - mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin"
208 - if use examples; then
209 - insinto /usr/share/doc/${PF}
210 - doins -r examples
211 - fi
212 -}
213
214 diff --git a/sys-cluster/hpx/hpx-1.1.0.ebuild b/sys-cluster/hpx/hpx-1.1.0.ebuild
215 deleted file mode 100644
216 index 0c4de411e17..00000000000
217 --- a/sys-cluster/hpx/hpx-1.1.0.ebuild
218 +++ /dev/null
219 @@ -1,85 +0,0 @@
220 -# Copyright 1999-2019 Gentoo Authors
221 -# Distributed under the terms of the GNU General Public License v2
222 -
223 -EAPI=6
224 -
225 -CMAKE_MAKEFILE_GENERATOR="ninja"
226 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
227 -
228 -if [ ${PV} == 9999 ] ; then
229 - inherit git-r3
230 - EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
231 -else
232 - SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.tar.gz"
233 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
234 - S="${WORKDIR}/${PN}_${PV}"
235 -fi
236 -
237 -inherit cmake-utils fortran-2 multilib python-any-r1
238 -
239 -DESCRIPTION="C++ runtime system for parallel and distributed applications"
240 -HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
241 -
242 -SLOT="0"
243 -LICENSE="Boost-1.0"
244 -IUSE="doc examples jemalloc papi +perftools tbb test"
245 -RESTRICT="!test? ( test )"
246 -
247 -RDEPEND="
248 - tbb? ( dev-cpp/tbb )
249 - >=dev-libs/boost-1.49
250 - papi? ( dev-libs/papi )
251 - perftools? ( >=dev-util/google-perftools-1.7.1 )
252 - >=sys-apps/hwloc-1.8
253 - >=sys-libs/libunwind-1
254 - sys-libs/zlib
255 -"
256 -DEPEND="${RDEPEND}
257 - virtual/pkgconfig
258 - test? ( ${PYTHON_DEPS} )
259 - doc? ( >=dev-libs/boost-1.56.0-r1:=[tools] )
260 -"
261 -REQUIRED_USE="
262 - jemalloc? ( !perftools !tbb )
263 - perftools? ( !jemalloc !tbb )
264 - tbb? ( !jemalloc !perftools )
265 - "
266 -
267 -pkg_setup() {
268 - use test && python-any-r1_pkg_setup
269 -}
270 -
271 -src_configure() {
272 - CMAKE_BUILD_TYPE=Release
273 - local mycmakeargs=(
274 - -DHPX_BUILD_EXAMPLES=OFF
275 - -DHPX_MALLOC=system
276 - -DLIB=$(get_libdir)
277 - -Dcmake_dir=cmake
278 - -DHPX_BUILD_DOCUMENTATION=$(usex doc)
279 - -DHPX_JEMALLOC=$(usex jemalloc)
280 - -DBUILD_TESTING=$(usex test)
281 - -DHPX_GOOGLE_PERFTOOLS=$(usex perftools)
282 - -DHPX_PAPI=$(usex papi)
283 - )
284 -
285 - use perftools && mycmakeargs+=( -DHPX_MALLOC=tcmalloc )
286 - use jemalloc && mycmakeargs+=( -DHPX_MALLOC=jemalloc )
287 - use tbb && mycmakeargs+=( -DHPX_MALLOC=tbbmalloc )
288 -
289 - cmake-utils_src_configure
290 -}
291 -
292 -src_test() {
293 - # avoid over-suscribing
294 - cmake-utils_src_make -j1 tests
295 -}
296 -
297 -src_install() {
298 - cmake-utils_src_install
299 - mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin"
300 - if use examples; then
301 - insinto /usr/share/doc/${PF}
302 - doins -r examples
303 - fi
304 -}
305
306 diff --git a/sys-cluster/hpx/hpx-1.2.0.ebuild b/sys-cluster/hpx/hpx-1.2.0.ebuild
307 deleted file mode 100644
308 index 0c4de411e17..00000000000
309 --- a/sys-cluster/hpx/hpx-1.2.0.ebuild
310 +++ /dev/null
311 @@ -1,85 +0,0 @@
312 -# Copyright 1999-2019 Gentoo Authors
313 -# Distributed under the terms of the GNU General Public License v2
314 -
315 -EAPI=6
316 -
317 -CMAKE_MAKEFILE_GENERATOR="ninja"
318 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
319 -
320 -if [ ${PV} == 9999 ] ; then
321 - inherit git-r3
322 - EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
323 -else
324 - SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.tar.gz"
325 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
326 - S="${WORKDIR}/${PN}_${PV}"
327 -fi
328 -
329 -inherit cmake-utils fortran-2 multilib python-any-r1
330 -
331 -DESCRIPTION="C++ runtime system for parallel and distributed applications"
332 -HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
333 -
334 -SLOT="0"
335 -LICENSE="Boost-1.0"
336 -IUSE="doc examples jemalloc papi +perftools tbb test"
337 -RESTRICT="!test? ( test )"
338 -
339 -RDEPEND="
340 - tbb? ( dev-cpp/tbb )
341 - >=dev-libs/boost-1.49
342 - papi? ( dev-libs/papi )
343 - perftools? ( >=dev-util/google-perftools-1.7.1 )
344 - >=sys-apps/hwloc-1.8
345 - >=sys-libs/libunwind-1
346 - sys-libs/zlib
347 -"
348 -DEPEND="${RDEPEND}
349 - virtual/pkgconfig
350 - test? ( ${PYTHON_DEPS} )
351 - doc? ( >=dev-libs/boost-1.56.0-r1:=[tools] )
352 -"
353 -REQUIRED_USE="
354 - jemalloc? ( !perftools !tbb )
355 - perftools? ( !jemalloc !tbb )
356 - tbb? ( !jemalloc !perftools )
357 - "
358 -
359 -pkg_setup() {
360 - use test && python-any-r1_pkg_setup
361 -}
362 -
363 -src_configure() {
364 - CMAKE_BUILD_TYPE=Release
365 - local mycmakeargs=(
366 - -DHPX_BUILD_EXAMPLES=OFF
367 - -DHPX_MALLOC=system
368 - -DLIB=$(get_libdir)
369 - -Dcmake_dir=cmake
370 - -DHPX_BUILD_DOCUMENTATION=$(usex doc)
371 - -DHPX_JEMALLOC=$(usex jemalloc)
372 - -DBUILD_TESTING=$(usex test)
373 - -DHPX_GOOGLE_PERFTOOLS=$(usex perftools)
374 - -DHPX_PAPI=$(usex papi)
375 - )
376 -
377 - use perftools && mycmakeargs+=( -DHPX_MALLOC=tcmalloc )
378 - use jemalloc && mycmakeargs+=( -DHPX_MALLOC=jemalloc )
379 - use tbb && mycmakeargs+=( -DHPX_MALLOC=tbbmalloc )
380 -
381 - cmake-utils_src_configure
382 -}
383 -
384 -src_test() {
385 - # avoid over-suscribing
386 - cmake-utils_src_make -j1 tests
387 -}
388 -
389 -src_install() {
390 - cmake-utils_src_install
391 - mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin"
392 - if use examples; then
393 - insinto /usr/share/doc/${PF}
394 - doins -r examples
395 - fi
396 -}