File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020tarball=OpenBLAS-$OPENBLAS_VERSION .tar.gz
2121
22- rm -rf xianyi -OpenBLAS-* OpenBLAS OpenBLAS-* .tar.gz
22+ rm -rf OpenMathLib -OpenBLAS-* OpenBLAS OpenBLAS-* .tar.gz
2323
2424if [ -d " $DOWNLOAD_DIR " ]; then
2525 cp -p " $DOWNLOAD_DIR /$tarball " .
2626else
27- url=$( $WGET -qO- " https://api.github.com/repos/xianyi /OpenBLAS/releases/tags/v${OPENBLAS_VERSION} " | python -c ' import sys,json;print(json.load(sys.stdin)["tarball_url"])' )
27+ url=$( $WGET -qO- " https://api.github.com/repos/OpenMathLib /OpenBLAS/releases/tags/v${OPENBLAS_VERSION} " | python3 -c ' import sys,json;print(json.load(sys.stdin)["tarball_url"])' )
2828 test -n " $url "
2929 $WGET -t3 -nv -O $tarball " $url "
3030fi
3131
3232tar xzf $tarball
33- mv xianyi -OpenBLAS-* OpenBLAS
33+ mv OpenMathLib -OpenBLAS-* OpenBLAS
3434
3535make PREFIX=$( pwd) /OpenBLAS/install USE_LOCKING=1 USE_THREAD=0 -C OpenBLAS all install
3636if [ $? -eq 0 ]; then
You can’t perform that action at this time.
0 commit comments