File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ ALLOWED_DL_LIBS="lib(System\.B|z|bz2|c\+\+|objc)\."
2828export MACOSX_DEPLOYMENT_TARGET=10.15
2929
3030mkdir -p " $BUILD /build_libomp" && cd " $BUILD /build_libomp"
31- OMPVERSION=14.0.6
32- wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-${OMPVERSION} /openmp-${OMPVERSION} .src.tar.xz | tar xvf -
31+
32+ OMPVERSION=20.1.7
33+ wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-${OMPVERSION} /cmake-${OMPVERSION} .src.tar.xz | tar xJvf -
34+ wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-${OMPVERSION} /openmp-${OMPVERSION} .src.tar.xz | tar xJvf -
35+ mv cmake-${OMPVERSION} .src cmake
3336cd openmp-${OMPVERSION} .src
3437
3538# wget https://raw.githubusercontent.com/Homebrew/formula-patches/7e2ee1d7/libomp/arm.patch
You can’t perform that action at this time.
0 commit comments