Skip to content

Commit

Permalink
Fix build for 16.grco
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Dec 5, 2023
1 parent 53edbf3 commit 22ec1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/llvm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_clang_grace() {

echo "Installing NVIDIA Clang for Grace"
wget -O clang-grace-toolchain.deb https://developer.nvidia.com/downloads/assets/grace/clang/16.23.08/clang-grace-toolchain_16.23.08_arm64.deb
apt-get install ./clang-grace-toolchain
apt-get -y install ./clang-grace-toolchain.deb

PATH="/opt/nvidia/clang/16.23.08/bin:$PATH"
(update-alternatives --install /usr/bin/clang clang $(which clang) 30);
Expand Down

0 comments on commit 22ec1b8

Please sign in to comment.