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 19
19
20
20
tarball=OpenBLAS-$OPENBLAS_VERSION .tar.gz
21
21
22
- rm -rf xianyi -OpenBLAS-* OpenBLAS OpenBLAS-* .tar.gz
22
+ rm -rf OpenMathLib -OpenBLAS-* OpenBLAS OpenBLAS-* .tar.gz
23
23
24
24
if [ -d " $DOWNLOAD_DIR " ]; then
25
25
cp -p " $DOWNLOAD_DIR /$tarball " .
26
26
else
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"])' )
28
28
test -n " $url "
29
29
$WGET -t3 -nv -O $tarball " $url "
30
30
fi
31
31
32
32
tar xzf $tarball
33
- mv xianyi -OpenBLAS-* OpenBLAS
33
+ mv OpenMathLib -OpenBLAS-* OpenBLAS
34
34
35
35
make PREFIX=$( pwd) /OpenBLAS/install USE_LOCKING=1 USE_THREAD=0 -C OpenBLAS all install
36
36
if [ $? -eq 0 ]; then
You can’t perform that action at this time.
0 commit comments