8000 BLD Fixes osx build by downgrading to 11.X (#21227) · samronsin/scikit-learn@f842e61 · GitHub
[go: up one dir, main page]

Skip to content

Commit f842e61

Browse files
thomasjpfansamronsin
authored andcommitted
BLD Fixes osx build by downgrading to 11.X (scikit-learn#21227)
1 parent fd6b20d commit f842e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/github/build_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then
1212
# supported macos version is: High Sierra / 10.13. When upgrading this, be
1313
# sure to update the MACOSX_DEPLOYMENT_TARGET environment variable in
1414
# wheels.yml accordingly. Note that Darwin_17 == High Sierra / 10.13.
15-
wget https://packages.macports.org/libomp/libomp-12.0.0_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2
15+
wget https://packages.macports.org/libomp/libomp-11.0.1_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2
1616
sudo tar -C / -xvjf libomp.tbz2 opt
1717

1818
export CC=/usr/bin/clang

0 commit comments

Comments
 (0)
0