summaryrefslogtreecommitdiff
path: root/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild')
-rw-r--r--dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild b/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild
index 848a8f3a5408..d758811b4785 100644
--- a/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild
+++ b/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
@@ -25,10 +25,3 @@ SLOT="0/$(ver_cut 1-2)"
RDEPEND="dev-libs/rocr-runtime"
DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
- )
- cmake-utils_src_configure
-}