Pages

Install important numerical libraries in Ubuntu

To install fftw, blas, lapack etc.


sudo apt-get install fftw3 fftw3-dev pkg-config
sudo apt-get install libblas-dev liblapack-dev
sudo apt-get install libblas-dev checkinstall
sudo apt-get install libblas-doc checkinstall
sudo apt-get install liblapacke-dev checkinstall
sudo apt-get install liblapack-doc checkinstall

No comments:

Post a Comment

You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...