linux - how to check if BLAS and ATLAS already installed -


i'm trying install armadillo library onto linux system(ubuntu 12.04). boost blas atlas , lapack required first installation. there way check if libraries installed or not?

all these libraries in default repository, can them

sudo apt-get install liblapack3 

etc. understand not quite answer question, have anyway. in case still want check if package (any, not libraries listed above) installed, run

apt-cache policy liblapack3 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -