From d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Jan 2021 18:03:51 +0000 Subject: gentoo resync : 29.01.2021 --- sci-libs/hipCUB/Manifest | 3 +++ sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild | 47 ++++++++++++++++++++++++++++++++++ sci-libs/hipCUB/metadata.xml | 18 +++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 sci-libs/hipCUB/Manifest create mode 100644 sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild create mode 100644 sci-libs/hipCUB/metadata.xml (limited to 'sci-libs/hipCUB') diff --git a/sci-libs/hipCUB/Manifest b/sci-libs/hipCUB/Manifest new file mode 100644 index 000000000000..3a422dcd4f45 --- /dev/null +++ b/sci-libs/hipCUB/Manifest @@ -0,0 +1,3 @@ +DIST hipCUB-4.0.0.tar.gz 137513 BLAKE2B b7ef4d53037fba04771162ae8993def648f5e1401654286ffc6987bbb4b25baa1b1b14bc37035e1afe46eeffe3e564f244e339cdfd0e5a242574d248bf4683db SHA512 e778b94c86e09bf3b0bc043fb15ed8725387b875e8631a7e8599aee8da2d8085190effc9681d742fc0d286cc0c20762341f1f24699c8a52e9734611c716530d5 +EBUILD hipCUB-4.0.0-r1.ebuild 1099 BLAKE2B 93fb8305ce51fa26eae6be6d26ef05fa5916c7c7f8975d1694209e25d9bb5d69b55ef45175b65a957b79b32f61de6a76b7661f1cca1e2248dce0ce3b7048e6e5 SHA512 59440f40bc7f8600665c30f6098afd18d9219ad9e18db2a43edf654ad4a3d86241f0e12680721d16d056573d690ceae96f0bcb08b6d251d7963c829c9807fa3b +MISC metadata.xml 545 BLAKE2B 322181ffcfe654260a2e65d7b73d5950d99094eb11495fb28ec3c24107fc3aa4dbcdb4eae53db9ae7532fccd66fc58987eb54bc1832548e1d7be547d26da3ea2 SHA512 a84c2a3df04d541a792bf026ac80f18e2f905f180699e36368dfdb74b2649f3956694263f9cc184d01ecbf60803f6cb213b4a283f252ba3e6028297d205bd038 diff --git a/sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild b/sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild new file mode 100644 index 000000000000..922c5df9c8ab --- /dev/null +++ b/sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="A thin wrapper library on top of rocPRIM or CUB" +HOMEPAGE="https://github.com/ROCmSoftwarePlatform/hipCUB" +SRC_URI="https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-${PV}.tar.gz -> hipCUB-${PV}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND="=dev-util/hip-$(ver_cut 1-2)* + =sci-libs/rocPRIM-${PV}*" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/hipCUB-rocm-${PV}" + +src_prepare() { + sed -e "/PREFIX hipcub/d" \ + -e "/DESTINATION/s:hipcub/include/:include/:" \ + -e "/rocm_install_symlink_subdir(hipcub)/d" \ + -e "/ + + + + sci@gentoo.org + + + candrews@gentoo.org + Craig Andrews + + + gentoo@holzke.net + Wilfried Holzke + + + ROCm-Developer-Tools/hipCUB + + -- cgit v1.2.3