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/rocprofiler/files/
Date: Sat, 06 Aug 2022 14:23:17
Message-Id: 1659795610.1c393574bd0764ef36cbf91b1b4cf0db52d170d8.heroxbd@gentoo
1 commit: 1c393574bd0764ef36cbf91b1b4cf0db52d170d8
2 Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 6 06:13:38 2022 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 14:20:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c393574
7
8 dev-util/rocprofiler: Fix patch for rpl_run script
9
10 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
11 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
12
13 dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch b/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch
17 index 0605675e41c6..56cc79211ff0 100644
18 --- a/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch
19 +++ b/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch
20 @@ -9,7 +9,7 @@ Index: rocprofiler-rocm-5.0.2/bin/rpl_run.sh
21 -ROOT_DIR=$(dirname $PKG_DIR)
22 -TT_DIR=$ROOT_DIR/roctracer
23 +ROOT_DIR=$PKG_DIR
24 -+TT_DIR=ROOT_DIR
25 ++TT_DIR=$ROOT_DIR
26 RUN_DIR=`pwd`
27 TMP_DIR="/tmp"
28 DATA_DIR="rpl_data_${time_stamp}_$$"