Skip to content

Commit

Permalink
BLD Fixes osx build by downgrading to 11.X (scikit-learn#21227)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and glemaitre committed Oct 23, 2021
1 parent da864f6 commit 4240211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/github/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then
# supported macos version is: High Sierra / 10.13. When upgrading this, be
# sure to update the MACOSX_DEPLOYMENT_TARGET environment variable in
# wheels.yml accordingly. Note that Darwin_17 == High Sierra / 10.13.
wget https://packages.macports.org/libomp/libomp-12.0.0_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2
wget https://packages.macports.org/libomp/libomp-11.0.1_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2
sudo tar -C / -xvjf libomp.tbz2 opt

export CC=/usr/bin/clang
Expand Down

0 comments on commit 4240211

Please sign in to comment.