Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hip/
Date: Tue, 31 Jan 2023 13:32:33
Message-Id: 1675171897.a4ca9fcf9bce9f636f1db0af1892758c61ec0285.heroxbd@gentoo
1 commit: a4ca9fcf9bce9f636f1db0af1892758c61ec0285
2 Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 25 09:17:31 2023 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 13:31:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ca9fcf
7
8 dev-util/hip: ignore QA FLAG check for libhiprtc-builtins
9
10 Closes: https://bugs.gentoo.org/836271
11 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
12 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
13
14 dev-util/hip/hip-5.3.3-r2.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/dev-util/hip/hip-5.3.3-r2.ebuild b/dev-util/hip/hip-5.3.3-r2.ebuild
18 index 8d41b2af630f..072b8d319e97 100644
19 --- a/dev-util/hip/hip-5.3.3-r2.ebuild
20 +++ b/dev-util/hip/hip-5.3.3-r2.ebuild
21 @@ -51,6 +51,11 @@ RTC_S="${WORKDIR}"/roctracer-rocm-${PV}
22 DOCS_DIR="${HIP_S}"/docs/doxygen-input
23 DOCS_CONFIG_NAME=doxy.cfg
24
25 +pkg_setup() {
26 + # Ignore QA FLAGS check for library compiled from assembly sources
27 + QA_FLAGS_IGNORED="/usr/$(get_libdir)/libhiprtc-builtins.so.$(ver_cut 1-2)"
28 +}
29 +
30 src_prepare() {
31 cmake_src_prepare