commit:     4d2b8e542f01038a0785e56d23eef5861ae71a8f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:29:24 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:00:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2b8e54

sci-libs/rocRAND: drop 4.0.0-r1, 4.3.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/rocRAND/Manifest                |  2 -
 sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild | 46 --------------------
 sci-libs/rocRAND/rocRAND-4.3.0-r1.ebuild | 72 --------------------------------
 3 files changed, 120 deletions(-)

diff --git a/sci-libs/rocRAND/Manifest b/sci-libs/rocRAND/Manifest
index e10c91878415..c26b309dd23b 100644
--- a/sci-libs/rocRAND/Manifest
+++ b/sci-libs/rocRAND/Manifest
@@ -1,5 +1,3 @@
 DIST hipRAND-de941a7eb9ede2a862d719cd3ca23234a3692d07.tar.gz 80820 BLAKE2B 
f2894187455cf1da70c486e9efc336a01dc53589c56afe994858b2344c1e74e8d35260f70ad9cd80c5da1103dd9e98da6f5f2bf8e1ddf97023effc8a434a76ce
 SHA512 
cdc70799ddca456c37c2a65875b98acff74800aa2b4f28d77b27c38c32428dd5edb2837bf88bfb6fcc32bdae7f2b27f1b547831bad98101b04959b7ba6b74a85
-DIST rocRAND-4.0.0.tar.gz 3105585 BLAKE2B 
0466d88c286290a9cd179fac61209051f7db5323457ccad9c5f0b579439662e1fe2b8951f85101c7c31bd058bc1448e839a19dc9a3a2d4ca42eb4e0b2baf4eb4
 SHA512 
c02bc32a9cf7660739ecf7ef99262fb14efa2c76afb3476105eedc4264dec987351ebd461c13c9e0aef9e640b42960b2a63295479664b83924cf0d5c34a157e8
-DIST rocRAND-4.3.0.tar.gz 3107367 BLAKE2B 
23cfac271c1cd4e4edcfd315aa775d4d62e6a50ffa3b9a3372d4ae427a02def52486e88b3f4f89daaa539f2653cf76c8d44afec70d8d916268bc9f27534bda4c
 SHA512 
3eefeb55014a8ee681e1cee73e0e092bd29a81767e772e712f8f871e94380a772a433e93a59276b0cd5a364fc4e482186771809d67ebdab24b2e3020173f5e18
 DIST rocRAND-5.0.2.tar.gz 11765778 BLAKE2B 
f93c3530fba2b416c5ef3d227ebe65f3ee36607e6b4e1d0584c410768b9d71f86c40468bfad0935afb8ca13c7c87b20ee23f1ea89bdedcb6b3149fd932cbdbe6
 SHA512 
c19beb0eef8dcf4e090e53cb544f21adb61f8c9cb463c74da1c9767b1d75539bb3e296e7b8a70dee517817d181abd8c713e22770a1a4f66363150a879cbb3e48
 DIST rocRAND-5.1.3.tar.gz 11729425 BLAKE2B 
f61aaedb7b72ceba3868a2069c93db1e2cd88a7a0188a9d5a33f520af3b42235c0dca62495460fd5e7abbca5fe7acc01acfdc90e53ae9a6e45128df5da472f49
 SHA512 
12859e52b79e40fcd1fb97d0915c191bbbc24e31e00aac4dbeecb625f9978a00ece3d7a42d0f9d37516031c1fbeb66e14dcd476ea83fe32fb13e0dd5c3964a28

diff --git a/sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild 
b/sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild
deleted file mode 100644
index 1a112d2a73d1..000000000000
--- a/sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Generate pseudo-random and quasi-random numbers"
-HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocRAND";
-SRC_URI="https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-${PV}.tar.gz
 -> rocRAND-${PV}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="=dev-util/hip-$(ver_cut 1-2)*"
-DEPEND="${RDEPEND}
-       =dev-util/rocm-cmake-$(ver_cut 1-2)*"
-
-S="${WORKDIR}/rocRAND-rocm-${PV}"
-
-src_prepare() {
-       sed -r -e "s:(hip|roc)rand/lib:\${CMAKE_INSTALL_LIBDIR}:" \
-               -e "s:(hip|roc)rand/include:include/\1rand:" \
-               -e "/INSTALL_RPATH/d" -i library/CMakeLists.txt || die
-
-       eapply_user
-       cmake_src_prepare
-}
-
-src_configure() {
-       # Grant access to the device
-       addwrite /dev/kfd
-       addpredict /dev/dri/
-
-       # Compiler to use
-       export CXX=hipcc
-
-       local mycmakeargs=(
-               -DBUILD_TEST=OFF
-       )
-
-       cmake_src_configure
-       # do not rerun cmake and the build process in src_install
-       sed '/RERUN/,+1d' -i "${BUILD_DIR}"/build.ninja || die
-}

diff --git a/sci-libs/rocRAND/rocRAND-4.3.0-r1.ebuild 
b/sci-libs/rocRAND/rocRAND-4.3.0-r1.ebuild
deleted file mode 100644
index 074ee2912a97..000000000000
--- a/sci-libs/rocRAND/rocRAND-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Generate pseudo-random and quasi-random numbers"
-HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocRAND";
-SRC_URI="https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-${PV}.tar.gz
 -> rocRAND-${PV}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="benchmark test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/hip"
-DEPEND="${RDEPEND}
->=dev-util/rocm-cmake-${PV}"
-BDEPEND="test? ( dev-cpp/gtest )"
-
-S="${WORKDIR}/rocRAND-rocm-${PV}"
-
-src_prepare() {
-       sed -r -e "s:(hip|roc)rand/lib:\${CMAKE_INSTALL_LIBDIR}:" \
-               -e "s:(hip|roc)rand/include:include/\1rand:" \
-               -e "/INSTALL_RPATH/d" -i library/CMakeLists.txt || die
-
-       # remove GIT dependency
-       sed -e "/find_package(Git/,+4d" -i cmake/Dependencies.cmake || die
-
-       eapply_user
-       cmake_src_prepare
-}
-
-src_configure() {
-       # Grant access to the device
-       addwrite /dev/kfd
-       addpredict /dev/dri/
-
-       # Compiler to use
-       export CXX=hipcc
-
-       local mycmakeargs=(
-               -DBUILD_TEST=$(usex test ON OFF)
-               -DBUILD_BENCHMARK=$(usex benchmark ON OFF)
-               -DCMAKE_SKIP_RPATH=TRUE
-               ${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"}
-               -D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue 
caused by officialy support programming language "HIP"
-       )
-
-       cmake_src_configure
-       # do not rerun cmake and the build process in src_install
-       sed '/RERUN/,+1d' -i "${BUILD_DIR}"/build.ninja || die
-}
-
-src_test() {
-       # Grant access to the device
-       addwrite /dev/kfd
-       addwrite /dev/dri/
-       cmake_src_test
-}
-
-src_install() {
-       cmake_src_install
-
-       if use benchmark; then
-               cd "${BUILD_DIR}"/benchmark
-               dobin benchmark_rocrand_*
-       fi
-}

Reply via email to