File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed
Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7+ - ' workflow'
78
89jobs :
910 docker :
Original file line number Diff line number Diff line change @@ -3,11 +3,17 @@ name: Build and test on Mac
33on :
44 push :
55 branches :
6- - main
7- - workflow
6+ # - main
7+ - foobar
88 pull_request :
99 branches :
10- - main
10+ # - main
11+ - foobar
12+
13+ # ## Current problem compiling conf-openblas on MacOS
14+ # ## "# clang: error: unsupported option '-fopenmp'"
15+ # ## Compiling uses cc, which is a wrapper of Apple Clang, which does not support openMP
16+ # ## And installing brew LLVM and change $CC does not seem to work
1117
1218jobs :
1319 deploy-owl :
Original file line number Diff line number Diff line change 11name : Multiple MacOSes
22
33on :
4- - pull_request
5- - push
4+ push :
5+ branches :
6+ # - main
7+ - foobar
8+ pull_request :
9+ branches :
10+ # - main
11+ - foobar
12+
13+
14+ # ##TODO: currently not in use due to Apple clang -fopenmp issue.
615
716jobs :
817 build :
3645 export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
3746 export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
3847 export CC=/opt/homebrew/opt/llvm/bin/clang
39- export CXX=/opt/homebrew/opt/llvm/bin/clang++
4048 which clang
4149 which cc
4250
You can’t perform that action at this time.
0 commit comments