# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake llvm LLVM_MAX_SLOT=17 DESCRIPTION="Radeon Open Compute hipcc" HOMEPAGE="https://github.com/ROCm-Developer-Tools/hipcc" KEYWORDS="~amd64" SRC_URI="https://github.com/ROCm-Developer-Tools/hipcc/archive/refs/tags/rocm-${PV}.tar.gz -> hipcc-${PV}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0/$(ver_cut 1-2)" IUSE="debug test" RESTRICT="!test? ( test )" S=${WORKDIR}/HIPCC-rocm-${PV} DEPEND="