mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[build] add libcxx flags for clang workflows
This commit is contained in:
parent
c0afc3c44b
commit
c08a0923f4
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user