summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2022-08-06 14:13:38 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-08-06 22:20:10 +0800
commit1c393574bd0764ef36cbf91b1b4cf0db52d170d8 (patch)
tree0464e2fe86e4f3de8b604d5e1eb21cca1d604a42 /dev-util
parentsci-libs/rocThrust: relax SLOT dependency on dev-util/hip. (diff)
downloadgentoo-1c393574bd0764ef36cbf91b1b4cf0db52d170d8.tar.gz
gentoo-1c393574bd0764ef36cbf91b1b4cf0db52d170d8.tar.bz2
gentoo-1c393574bd0764ef36cbf91b1b4cf0db52d170d8.zip
dev-util/rocprofiler: Fix patch for rpl_run script
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch2
1 files changed, 1 insertions, 1 deletions
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
index 0605675e41c6..56cc79211ff0 100644
--- a/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch
+++ b/dev-util/rocprofiler/files/rocprofiler-5.0.2-gentoo-location.patch
@@ -9,7 +9,7 @@ Index: rocprofiler-rocm-5.0.2/bin/rpl_run.sh
-ROOT_DIR=$(dirname $PKG_DIR)
-TT_DIR=$ROOT_DIR/roctracer
+ROOT_DIR=$PKG_DIR
-+TT_DIR=ROOT_DIR
++TT_DIR=$ROOT_DIR
RUN_DIR=`pwd`
TMP_DIR="/tmp"
DATA_DIR="rpl_data_${time_stamp}_$$"