Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 296 Bytes

File metadata and controls

16 lines (14 loc) · 296 Bytes

Install OpenBLAS and Boost

Install OpenBLAS

$> sudo apt-get install gfortran
$> cd ~/Downloads
$> git clone git://github.com/xianyi/OpenBLAS
$> cd OpenBLAS
$> make -j $(nproc)
$> sudo make PREFIX=/usr/local install

Install Boost

$> sudo apt-get install libboost-all-dev