Skip to content

Commit

Permalink
Update buildwheels_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 19, 2024
1 parent 6bc8ffc commit f711d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CIBW_SKIP: "*win32 *i686 *musllinux*"
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel"
CIBW_BEFORE_ALL_MACOS: "brew install libomp gcc"
CIBW_BEFORE_ALL_MACOS: "brew install libomp; brew install gcc"
CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF"
CIBW_ENVIRONMENT_MACOS: "OpenMP_ROOT=$(brew --prefix)/opt/libomp"
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit f711d37

Please sign in to comment.