Commit e7765820 authored by Nikita Titov's avatar Nikita Titov Committed by James Lamb
Browse files

Update setup.sh (#2421)

parent f1fbc2f1
...@@ -28,8 +28,8 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -28,8 +28,8 @@ if [[ $OS_NAME == "macos" ]]; then
wget -q -O conda.sh https://repo.continuum.io/miniconda/Miniconda${PYTHON_VERSION:0:1}-latest-MacOSX-x86_64.sh wget -q -O conda.sh https://repo.continuum.io/miniconda/Miniconda${PYTHON_VERSION:0:1}-latest-MacOSX-x86_64.sh
else # Linux else # Linux
if [[ $AZURE == "true" ]] && [[ $COMPILER == "clang" ]]; then if [[ $AZURE == "true" ]] && [[ $COMPILER == "clang" ]]; then
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-7 100 sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-8 100
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-7 100 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 100
fi fi
if [[ $TASK == "mpi" ]]; then if [[ $TASK == "mpi" ]]; then
sudo apt-get update sudo apt-get update
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment