Skip to content

Commit 07a676e

Browse files
committed
editing...
1 parent 03d2ebd commit 07a676e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/mac.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ jobs:
2727
2828
- name: Deps
2929
# git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
30+
# brew install llvm libomp aspcud
31+
# export CC=/usr/local/opt/llvm/bin/clang
32+
# export CXX=/usr/local/opt/llvm/bin/clang++
3033
run: |
3134
brew install llvm libomp aspcud
32-
export CC=/usr/local/opt/llvm/bin/clang
33-
export CXX=/usr/local/opt/llvm/bin/clang++
35+
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
36+
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
37+
export CC=/opt/homebrew/opt/llvm/bin/clang
38+
export CXX=/opt/homebrew/opt/llvm/bin/clang++
39+
which clang
3440
3541
- name: Use OCaml
3642
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)