Skip to content

Commit

Permalink
[CI] Force use of libc++ with Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Nov 3, 2023
1 parent 50b4673 commit 0755144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
sudo apt-get install
g++-12
clang-15
libc++-15-dev
libc++abi-15-dev
libomp-15-dev
libgfortran5
gfortran
Expand Down Expand Up @@ -76,6 +78,10 @@ jobs:
python -m pip install --upgrade pip
pip install sphinx nbsphinx linkify-it-py sphinx-rtd-theme myst-parser
- name: Force use of libc++
if: startsWith(matrix.cxx, 'clang')
run: echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV

- name: Build & install TRIQS
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 0755144

Please sign in to comment.