Skip to content

Commit

Permalink
ci: try to use OpenMP on macos arm
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Sep 12, 2024
1 parent bdd6dbc commit d1c39c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
label: "macos-target-arm64"
env:
CIBW_ARCHS_MACOS: "arm64"
CMAKE_ARGS: "-DNIFTY_LS_OPENMP=OFF"
bottle-tag: "arm64_monterey"

env:
Expand All @@ -43,7 +42,6 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.env.CIBW_ARCHS_MACOS }}
CIBW_CONFIG_SETTINGS: "cmake.verbose=true"
CIBW_BUILD_VERBOSITY: 1
CMAKE_ARGS: ${{ matrix.env.CMAKE_ARGS }}
CIBW_BEFORE_ALL_MACOS: |
brew uninstall gcc
pkg=$(brew fetch --force --bottle-tag=${{ matrix.bottle-tag }} gcc | grep 'Downloaded to' | cut -d' ' -f3)
Expand Down

0 comments on commit d1c39c7

Please sign in to comment.