Skip to content

Commit

Permalink
[build] add libcxx flags for clang workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Aug 15, 2023
1 parent c0afc3c commit c08a092
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
pip3 install mako numpy scipy mpi4py
pip3 install -r requirements.txt
- name: add clang cxxflags
if: ${{ contains(matrix.cxx, 'clang') }}
run:
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV

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

0 comments on commit c08a092

Please sign in to comment.