Skip to content

Commit

Permalink
dev-util/hip: ignore QA FLAG check for libhiprtc-builtins
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/836271
Signed-off-by: Yiyang Wu <[email protected]>
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
littlewu2508 authored and heroxbd committed Jan 31, 2023
1 parent 02e622b commit a4ca9fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-util/hip/hip-5.3.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ RTC_S="${WORKDIR}"/roctracer-rocm-${PV}
DOCS_DIR="${HIP_S}"/docs/doxygen-input
DOCS_CONFIG_NAME=doxy.cfg

pkg_setup() {
# Ignore QA FLAGS check for library compiled from assembly sources
QA_FLAGS_IGNORED="/usr/$(get_libdir)/libhiprtc-builtins.so.$(ver_cut 1-2)"
}

src_prepare() {
cmake_src_prepare

Expand Down

0 comments on commit a4ca9fc

Please sign in to comment.