From 3c82d49757a747891b2f1b22525a44bd3ebe7ce7 Mon Sep 17 00:00:00 2001 From: gregrodgers Date: Thu, 23 Apr 2026 09:16:31 -0500 Subject: [PATCH] [AOMP] fix build_rocminfo.sh so that it gets hsa includes from aomp installation instead of /opt/rocm --- bin/build_rocminfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build_rocminfo.sh b/bin/build_rocminfo.sh index 0af84d537f..e1b0490e3e 100755 --- a/bin/build_rocminfo.sh +++ b/bin/build_rocminfo.sh @@ -81,6 +81,7 @@ if [ "$1" != "nocmake" ] && [ "$1" != "install" ] ; then MYCMAKEOPTS=("${AOMP_ORIGIN_RPATH[@]}" -DCMAKE_BUILD_TYPE="$BUILDTYPE" -DCMAKE_INSTALL_PREFIX="$INSTALL_RINFO" + -DROCMINFO_CXX_FLAGS="-I$INSTALL_RINFO/include" -DROCRTST_BLD_TYPE="$BUILDTYPE" -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH="\$ORIGIN/../lib"