Skip to content

Commit

Permalink
Enable QUIP library with arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 20, 2020
1 parent 6a140f9 commit 05c2885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/toolchain/scripts/install_quip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ case "$with_quip" in
i386)
quip_arch=x86_32
;;
arm)
quip_arch=x86_64
;;
*)
report_error $LINENO "arch $OPENBLAS_ARCH is currently unsupported"
exit 1
Expand Down

0 comments on commit 05c2885

Please sign in to comment.