Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Upgraded OpenBLAS for cross compilation version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lebeg committed Aug 9, 2018
1 parent ab66991 commit 67de467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/arm_openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

set -ex

git clone --recursive -b v0.2.20 https://github.com/xianyi/OpenBLAS.git
git clone --recursive -b v0.3.2 https://github.com/xianyi/OpenBLAS.git

cd OpenBLAS
make -j$(nproc)
Expand Down

0 comments on commit 67de467

Please sign in to comment.