summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-18 20:23:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-19 15:00:00 +0100
commit32ef8f95aca07c686f5810ea6052429a77299dab (patch)
treea3cf315e9dcc00dc31764839e8b475f197ade9fa /dev-libs/rocm-device-libs
parentdev-libs/rocm-device-libs: drop versions 3* and 4* (diff)
downloadgentoo-32ef8f95aca07c686f5810ea6052429a77299dab.tar.gz
gentoo-32ef8f95aca07c686f5810ea6052429a77299dab.tar.bz2
gentoo-32ef8f95aca07c686f5810ea6052429a77299dab.zip
dev-libs/rocm-device-libs: drop out-of-sync 9999 ebuild
Last touched in 2020 with 3.5.0 version bump. This is the only ROCm package with a live version too, so seems to be irrelevant for workflow. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/rocm-device-libs')
-rw-r--r--dev-libs/rocm-device-libs/rocm-device-libs-9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-9999.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-9999.ebuild
deleted file mode 100644
index 32684d9ae3f7..000000000000
--- a/dev-libs/rocm-device-libs/rocm-device-libs-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
- inherit git-r3
- S="${WORKDIR}/${P}/src"
-else
- SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/ROCm-Device-Libs-rocm-${PV}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Radeon Open Compute Device Libraries"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND="dev-libs/rocr-runtime
- sys-devel/llvm-roc:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/lib/cmake/llvm"
- )
- cmake_src_configure
-}