Is it possible to install openblas via apt-get like sudo apt-get install openblas-dev
?
Seems on ubuntu 14.04 it can't find it.
sudo apt-get install openblas-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package openblas-dev
What is libopenblas-dev. OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. . Unlike Atlas, OpenBLAS provides a multiple architecture library. . All kernel will be included in the library and dynamically switched to the best architecture at run time (only on amd64, arm64, i386 and ppc64el). .
What Is apt-get and What Is It Used For? apt-get is a command line tool for interacting with the Advanced Package Tool (APT) library (a package management system for Linux distributions). It allows you to search for, install, manage, update, and remove software. The tool does not build software from the source code.
apt-cache search openblas libblas-test - Basic Linear Algebra Subroutines 3, testing programs libopenblas-base - Optimized BLAS (linear algebra) library based on GotoBLAS2 libopenblas-dev - Optimized BLAS (linear algebra) library based on GotoBLAS2
So sudo apt-get install libopenblas-dev
solved the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With