Skip to content

Commit

Permalink
dev-util/roctracer: lock roctracer-6.1.1 to compatible dev-util/hip
Browse files Browse the repository at this point in the history
Attempt to build roctracer-6.1.1 with hip-5.7.1 fails with "hip/hip_deprecated.h: No such file or directory".
Leave dev-libs/rocr-runtime version unset, as it is set in dev-util/hip anyways.

Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
  • Loading branch information
AngryLoki authored and negril committed Jun 25, 2024
1 parent 7550380 commit 54556ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-util/roctracer/roctracer-6.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-libs/rocr-runtime
dev-util/hip"
RDEPEND="
dev-util/hip:${SLOT}
dev-libs/rocr-runtime
"
DEPEND="${RDEPEND}"
BDEPEND="
$(python_gen_any_dep '
Expand Down

0 comments on commit 54556ae

Please sign in to comment.