Skip to content

Commit

Permalink
toolchain: fix OpenBLAS url in get_openblas_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Dec 11, 2018
1 parent e239cf5 commit d68a2cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/toolchain/scripts/get_openblas_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ if ! [ "$openblas_dir" ] ; then
echo "openblas-${openblas_ver}.tar.gz is found"
else
download_pkg ${DOWNLOADER_FLAGS} \
https://github.com/xianyi/OpenBLAS/archive/v${openblas_ver}.tar.gz \
-o OpenBLAS-${openblas_ver}.tar.gz
https://www.cp2k.org/static/downloads/OpenBLAS-${openblas_ver}.tar.gz
fi
tar -xzf OpenBLAS-${openblas_ver}.tar.gz
openblas_dir="$(find_openblas_dir)"
Expand Down

0 comments on commit d68a2cf

Please sign in to comment.