CI/MacOS: Add libomp

pull/13356/head
Dylan Baker 7 months ago committed by Eli Schwartz
parent f900b3270b
commit 07ef85ee22
  1. 2
      .github/workflows/macos.yml

@ -96,7 +96,7 @@ jobs:
find /opt/homebrew/Cellar/python* -name EXTERNALLY-MANAGED -print0 | xargs -0 rm -vf find /opt/homebrew/Cellar/python* -name EXTERNALLY-MANAGED -print0 | xargs -0 rm -vf
# use python3 from homebrew because it is a valid framework, unlike the actions one: # use python3 from homebrew because it is a valid framework, unlike the actions one:
# https://github.com/actions/setup-python/issues/58 # https://github.com/actions/setup-python/issues/58
- run: brew install pkg-config ninja llvm qt@5 boost ldc hdf5 openmpi lapack scalapack sdl2 boost-python3 gtk-doc zstd ncurses objfw - run: brew install pkg-config ninja llvm qt@5 boost ldc hdf5 openmpi lapack scalapack sdl2 boost-python3 gtk-doc zstd ncurses objfw libomp
- run: | - run: |
python3 -m pip install --upgrade setuptools python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip

Loading…
Cancel
Save