3
0
mirror of https://github.com/triqs/dft_tools synced 2025-05-01 04:34:57 +02:00

Remove LDFLAGS from macos builds

This commit is contained in:
Thomas Hahn 2025-03-14 12:28:36 -04:00 committed by Nils Wentzell
parent 8a06e32951
commit d61b2c6697

View File

@ -103,11 +103,6 @@ jobs:
run: |
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
- name: Add clang LDFLAGS for macos to link against brew's libc++
if: ${{ contains(matrix.os, 'macos') && contains(matrix.cxx, 'clang') }}
run: |
echo 'LDFLAGS="-L$(brew --prefix llvm)/lib/c++ -L$(brew --prefix llvm)/lib -lunwind"' >> $GITHUB_ENV
- name: Build & Install TRIQS
env:
CC: ${{ matrix.cc }}