diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-11-08 20:15:44 +0530 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-12-04 12:11:13 +0000 |
| commit | ec76d90870e5f24ad5cbbca3f5619f1fa4fac645 (patch) | |
| tree | 2598e066781895c25a06ac2113060e607ee4e493 /sys-block | |
| parent | 95871e5501c36864b23f8e8f47179aa5fe3c9a2d (diff) | |
| download | gentoo-ec76d90870e5f24ad5cbbca3f5619f1fa4fac645.tar.gz gentoo-ec76d90870e5f24ad5cbbca3f5619f1fa4fac645.tar.bz2 gentoo-ec76d90870e5f24ad5cbbca3f5619f1fa4fac645.zip | |
sys-block/libfabric: Renaming rocr use flag to rocm
and update EAPI 7 -> 8
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/44494
Closes: https://github.com/gentoo/gentoo/pull/44494
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
| -rw-r--r-- | sys-block/libfabric/libfabric-1.11.2-r3.ebuild (renamed from sys-block/libfabric/libfabric-1.11.2-r2.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-block/libfabric/libfabric-1.11.2-r2.ebuild b/sys-block/libfabric/libfabric-1.11.2-r3.ebuild index b39c2b6da40c..98abcff1be8b 100644 --- a/sys-block/libfabric/libfabric-1.11.2-r2.ebuild +++ b/sys-block/libfabric/libfabric-1.11.2-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -12,10 +12,10 @@ SRC_URI="https://github.com/ofiwg/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="BSD GPL-2" SLOT="0/1" KEYWORDS="~amd64" -IUSE="cuda efa usnic rocr verbs" +IUSE="cuda efa usnic rocm verbs" DEPEND=" - rocr? ( dev-libs/rocr-runtime:= ) + rocm? ( dev-libs/rocr-runtime:= ) usnic? ( dev-libs/libnl:= ) verbs? ( sys-cluster/rdma-core ) " @@ -55,7 +55,7 @@ src_configure() { --enable-psm=no --enable-psm2=no #--enable-psm3=no - --enable-rocr-dlopen=$(usex rocr yes no) + --enable-rocr-dlopen=$(usex rocm yes no) --enable-rstream=yes --enable-rxd=yes --enable-rxm=yes |
