Skip to content

Commit

Permalink
Merge branch 'aomp-epsdb' into aomp-epsdb-mainline
Browse files Browse the repository at this point in the history
Change-Id: I7feeca7e58dbb699648adbb9c79f6ca478646d4d
  • Loading branch information
estewart08 committed Mar 2, 2023
2 parents f7d7686 + 27804e3 commit 73bc125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_openmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ "$AOMP_STANDALONE_BUILD" == 0 ]; then
fi

if [[ "$ROCM_DIR" =~ "/opt/rocm" ]]; then
COMMON_CMAKE_OPTS="$COMMON_CMAKE_OPTS -DCMAKE_PREFIX_PATH=$OUT_DIR/build/devicelibs;$INSTALL_PREFIX;$ROCM_DIR;$ROCM_DIR/include/hsa;$OUT_DIR"
COMMON_CMAKE_OPTS="$COMMON_CMAKE_OPTS -DCMAKE_PREFIX_PATH=$OUT_DIR/build/devicelibs;$INSTALL_PREFIX;$ROCM_DIR;$ROCM_DIR/include/hsa;$OUT_DIR;$ROCM_CMAKECONFIG_PATH"
else
COMMON_CMAKE_OPTS="$COMMON_CMAKE_OPTS -DCMAKE_PREFIX_PATH=$OUT_DIR/build/devicelibs;$ROCM_DIR;$ROCM_DIR/include/hsa"
fi
Expand Down

0 comments on commit 73bc125

Please sign in to comment.