commit:     c1059d81c53fe153e46c07738756125d5f616847
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 19:22:52 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 00:27:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1059d81

sys-devel/llvm-roc: Drop old version

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 sys-devel/llvm-roc/llvm-roc-2.6.0.ebuild | 39 --------------------------------
 1 file changed, 39 deletions(-)

diff --git a/sys-devel/llvm-roc/llvm-roc-2.6.0.ebuild 
b/sys-devel/llvm-roc/llvm-roc-2.6.0.ebuild
deleted file mode 100644
index 63d3cc7cf47..00000000000
--- a/sys-devel/llvm-roc/llvm-roc-2.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Radeon Open Compute llvm,lld,clang"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm/";
-SRC_URI="https://github.com/RadeonOpenCompute/llvm/archive/roc-ocl-${PV}.tar.gz
 -> llvm-roc-ocl-${PV}.tar.gz
-         https://github.com/RadeonOpenCompute/clang/archive/roc-${PV}.tar.gz 
-> clang-roc-${PV}.tar.gz
-         https://github.com/RadeonOpenCompute/lld/archive/roc-ocl-${PV}.tar.gz 
-> lld-roc-ocl-${PV}.tar.gz"
-
-LICENSE="UoI-NCSA rc BSD public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="virtual/cblas
-        dev-libs/rocr-runtime"
-DEPEND="${RDEPEND}"
-
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-S="${WORKDIR}/llvm-roc-ocl-${PV}"
-
-src_unpack() {
-       unpack ${A}
-       ln -s "${WORKDIR}/clang-roc-${PV}" 
"${WORKDIR}/llvm-roc-ocl-${PV}/tools/clang"
-       ln -s "${WORKDIR}/lld-roc-ocl-${PV}" 
"${WORKDIR}/llvm-roc-ocl-${PV}/tools/lld"
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/roc"
-               -DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" "${S}"
-       )
-       cmake-utils_src_configure
-}

Reply via email to