Easy steps to install openblas package on Mac
Package Information:
Application Name – openblas
What is openblas – Not Available for openblas
Use of openblas – Optimized BLAS library
URL – https://www.openblas.net/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install openblas using brew
brew install openblas
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
openblas is ready to use now!