Skip to content

Commit

Permalink
Bump clang version for github action build from 12 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Dec 14, 2021
1 parent cdcb46d commit e58cd8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}
- {os: ubuntu-20.04, cc: clang-12, cxx: clang++-12}
- {os: ubuntu-20.04, cc: clang-13, cxx: clang++-13}
- {os: macos-11, cc: gcc-11, cxx: g++-11}
- {os: macos-11, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}

Expand All @@ -30,16 +30,16 @@ jobs:
sudo apt-get install lsb-release wget software-properties-common &&
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && sudo chmod +x /tmp/llvm.sh && sudo /tmp/llvm.sh 12 &&
sudo apt-get install
clang-12
clang-13
g++-10
gfortran
hdf5-tools
libblas-dev
libboost-dev
libclang-12-dev
libc++-12-dev
libc++abi-12-dev
libomp-12-dev
libclang-13-dev
libc++-13-dev
libc++abi-13-dev
libomp-13-dev
libfftw3-dev
libgfortran5
libgmp-dev
Expand All @@ -49,7 +49,7 @@ jobs:
openmpi-bin
openmpi-common
openmpi-doc
python3-clang-12
python3-clang-13
python3-dev
python3-mako
python3-matplotlib
Expand Down

0 comments on commit e58cd8c

Please sign in to comment.