Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/AXL/
Date: Sun, 26 Sep 2021 18:37:16
Message-Id: 1632681428.28ee48898f9053e3c62a17009d34717ee480c832.Alessandro-Barbieri@gentoo
1 commit: 28ee48898f9053e3c62a17009d34717ee480c832
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 01:39:25 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 18:37:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28ee4889
7
8 sys-cluster/AXL: add 0.3.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/AXL/AXL-0.3.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
13 sys-cluster/AXL/Manifest | 1 +
14 2 files changed, 44 insertions(+)
15
16 diff --git a/sys-cluster/AXL/AXL-0.3.0.ebuild b/sys-cluster/AXL/AXL-0.3.0.ebuild
17 new file mode 100644
18 index 000000000..f8b4023e4
19 --- /dev/null
20 +++ b/sys-cluster/AXL/AXL-0.3.0.ebuild
21 @@ -0,0 +1,43 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI="7"
26 +
27 +inherit cmake
28 +
29 +DESCRIPTION="AXL provides a common C interface to transfer files in an HPC storage hierarchy."
30 +HOMEPAGE="https://github.com/ECP-VeloC/AXL"
31 +SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~amd64"
36 +IUSE="test"
37 +
38 +RDEPEND="
39 + sys-libs/zlib
40 + sys-cluster/KVTree
41 +"
42 +DEPEND="${RDEPEND}"
43 +BDEPEND="
44 + >=dev-util/cmake-2.8
45 +"
46 +
47 +RESTRICT="test" # https://github.com/ECP-VeloC/AXL/issues/110
48 +#RESTRICT="!test? ( test )"
49 +PATCHES=(
50 + "${FILESDIR}/no-install-readme.patch"
51 +)
52 +
53 +src_configure() {
54 + local mycmakeargs=(
55 + #other options available: CRAY_DW INTEL_CPPR IBM_BBAPI
56 + -DAXL_ASYNC_API=NONE
57 + )
58 + cmake_src_configure
59 +}
60 +
61 +src_install() {
62 + cmake_src_install
63 + dodoc -r doc/.
64 +}
65
66 diff --git a/sys-cluster/AXL/Manifest b/sys-cluster/AXL/Manifest
67 index f5b11c5e8..392fd1258 100644
68 --- a/sys-cluster/AXL/Manifest
69 +++ b/sys-cluster/AXL/Manifest
70 @@ -1 +1,2 @@
71 +DIST AXL-0.3.0.tar.gz 36436 BLAKE2B c2d4b42426f7ff879d4329879f0f50d79c163925ce6010c3a38fdafd911dc0378be658d0d25154814ffc7442dca2bd036a547800827171383eb855df9a4010ea SHA512 7cacd3614be94b0344cdd5a5e489c9d1b17cef777749e1c3c4eba642f853d767de1c9eced1fa44f931abeb70c89da2468f6a8fa857c213766bbdac6f3f83ce21
72 DIST AXL-0.4.0.tar.gz 47348 BLAKE2B a84b53b2c8d17a33a1ea95a3063210b40d3ca17151d9579f40ac8f70e32fe36bb79f4660efa3dedfbb0cce550cf6f14cdf7861d883b2e7f4c79ed88ab432ee70 SHA512 64d13600da8540b8d40b7de6ec242434fc437bb6b62aa5cebd6a3c5c2d8e2c0cae9311a6af99f19981fbeb0522b7148a28efb3d4e69b727bfc69711cf21a8419