File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ 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+ OMPVERSION=20.1.7
32+ wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-${OMPVERSION} /cmake-${OMPVERSION} .src.tar.xz | tar xJvf -
33+ wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-${OMPVERSION} /openmp-${OMPVERSION} .src.tar.xz | tar xJvf -
34+ mv cmake-${OMPVERSION} .src cmake
3335cd openmp-${OMPVERSION} .src
3436
3537mkdir -p " $BUILD /build_libomp/openmp-${OMPVERSION} .src/build-amd64" && cd " $BUILD /build_libomp/openmp-${OMPVERSION} .src/build-amd64"
You can’t perform that action at this time.
0 commit comments