File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,8 +157,7 @@ jobs:
157157 - name : cmake-test-64bit
158158 uses : ./.github/actions/cmake-test
159159 with :
160- # disable openmp on ARM architecture, see souffle-lang/souffle#2476
161- cmake-flags : -DSOUFFLE_DOMAIN_64BIT=ON -DSOUFFLE_USE_OPENMP=OFF
160+ cmake-flags : -DSOUFFLE_DOMAIN_64BIT=ON -DOpenMP_ROOT=/opt/homebrew/opt/libomp
162161 n-chunks : ${{ needs.Test-Setup.outputs.n-chunks }}
163162 chunk : ${{ matrix.chunk }}
164163
Original file line number Diff line number Diff line change 88set -x
99
1010# Install requirements of MAC OS X
11- brew install libtool mcpp swig bison libffi
11+ brew install libtool mcpp swig bison libffi libomp
1212# brew install gcc@13
1313# brew link gcc@13
1414
Original file line number Diff line number Diff line change 88set -x
99
1010# Install requirements of MAC OS X
11- brew install bison libtool mcpp libffi swig
11+ brew install bison libtool mcpp libffi swig libomp
1212brew install gcc@12
1313brew link gcc@12
1414
You can’t perform that action at this time.
0 commit comments