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:30
Message-Id: 1675171817.3a17f524b7dbdaa5ff7e5687dd6c18d217afce07.heroxbd@gentoo
1 commit: 3a17f524b7dbdaa5ff7e5687dd6c18d217afce07
2 Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 23 10:06:02 2023 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 13:30:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a17f524
7
8 dev-util/hip: disable non-FHS install
9
10 Closes: https://bugs.gentoo.org/887379
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 | 1 +
15 1 file changed, 1 insertion(+)
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 bf43460c20d0..210af33a2bb1 100644
19 --- a/dev-util/hip/hip-5.3.3-r2.ebuild
20 +++ b/dev-util/hip/hip-5.3.3-r2.ebuild
21 @@ -140,6 +140,7 @@ src_configure() {
22 -DHIP_COMPILER=clang
23 -DROCM_PATH="${EPREFIX}/usr"
24 -DUSE_PROF_API=$(usex profile 1 0)
25 + -DFILE_REORG_BACKWARD_COMPATIBILITY=OFF
26 -DROCCLR_PATH=${CLR_S}
27 -DHIP_COMMON_DIR=${HIP_S}
28 -DAMD_OPENCL_PATH=${OCL_S}