File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3838 export CC=/opt/homebrew/opt/llvm/bin/clang
3939 export CXX=/opt/homebrew/opt/llvm/bin/clang++
4040 which clang
41- ln -s /opt/homebrew/opt/llvm/bin/clang /usr/bin/clang
4241
4342 - name : Use OCaml
4443 uses : ocaml/setup-ocaml@v3
Original file line number Diff line number Diff line change 3131
3232 - name : Deps
3333 run : |
34- brew install llvm libomp
35- export CC=/usr/local/opt/llvm/bin/clang
36- export CXX=/usr/local/opt/llvm/bin/clang++
34+ brew install llvm libomp aspcud
35+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
36+ export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
37+ export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
38+ export CC=/opt/homebrew/opt/llvm/bin/clang
39+ export CXX=/opt/homebrew/opt/llvm/bin/clang++
40+ which clang
3741
3842 - run : opam depext owl --with-test
3943
You can’t perform that action at this time.
0 commit comments