# Copyright # EAPI=6 inherit cmake-utils git-r3 DESCRIPTION="HCC - An open source C++ compiler for heterogeneous devices" HOMEPAGE="https://github.com/RadeonOpenCompute/hcc" EGIT_REPO_URI="https://github.com/RadeonOpenCompute/hcc.git" EGIT_SUBMODULES=('*') EGIT_BRANCH="clang_tot_upgrade" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="media-libs/ROCR-Runtime" CMAKE_BUILD_TYPE="Release" src_install() { cd ${BUILD_DIR} emake DESTDIR="${D}/opt/rocm/hcc" install }