8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f46cc commit e11e820Copy full SHA for e11e820
build_tools/github/build_wheels.sh
@@ -12,7 +12,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then
12
# supported macos version is: High Sierra / 10.13. When upgrading this, be
13
# sure to update the MACOSX_DEPLOYMENT_TARGET environment variable in
14
# 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
+ wget https://packages.macports.org/libomp/libomp-11.0.1_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2
16
sudo tar -C / -xvjf libomp.tbz2 opt
17
18
export CC=/usr/bin/clang
0 commit comments