File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7- - ' workflow'
87
98jobs :
109 docker :
Original file line number Diff line number Diff line change 3131 brew install libomp aspcud gcc
3232 export LDFLAGS="-L/opt/homebrew/opt/libomp/lib"
3333 export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"
34- brew reinstall openblas --cc=gcc-13
3534 export CC=gcc-13
3635 export CXX=g++-13
3736
Original file line number Diff line number Diff line change 1313 - macos-14 # beta runner for macos arm64
1414 - macos-latest
1515 # - ubuntu-latest
16- # - windows-latest
1716 ocaml-compiler :
1817 - " 5.2"
19- # - "5.1"
20- # - "5"
21- # - "4.14"
22- # - "4.12"
2318
2419 runs-on : ${{ matrix.os }}
2520
3328 ocaml-compiler : ${{ matrix.ocaml-compiler }}
3429 opam-local-packages : |
3530 *.opam
36-
37- - run : export OPENBLAS_NO_OPENMP=1
31+
32+ - name : Deps
33+ run : |
34+ brew install libomp gcc
35+ export CC=gcc-13
36+ export CXX=g++-13
37+ export PKG_CONFIG_PATH="$(brew --prefix openblas)/lib/pkgconfig:$PKG_CONFIG_PATH"
3838
3939 - run : opam depext owl --with-test
4040
You can’t perform that action at this time.
0 commit comments