File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
4545sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
4646sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
4747
48- # Install CUDA and libstdc++ after clang is set up
49- echo " Installing CUDA and libstdc++ ..."
50- sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev
48+ # Install CUDA and development libraries
49+ echo " Installing CUDA and development libraries ..."
50+ sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev libffi-dev libncurses-dev zlib1g-dev libxml2-dev git build-essential
5151
5252# Verify clang installation
5353echo " Verifying clang installation..."
You can’t perform that action at this time.
0 commit comments